龚焕茏
2024-03-25 448166fbb6a638cb93c142a4922175ea3b677ae0
src/views/screen/components/screen-title/index.vue
@@ -5,7 +5,7 @@
        <img src="@/assets/images/screen/header_bg.png" class="width-img" alt="">
      </div>
      <div class="header-text">
        自贡市运维考核可视化
        大屏
      </div>
    </div>
  </div>
@@ -19,7 +19,7 @@
<style lang="scss" scoped>
.header-container {
  width: 1000px;
  width: 600px;
  position: absolute;
  top: 0;
  left: 50%;
@@ -33,9 +33,9 @@
.header-text {
  position: absolute;
  left: 49%;
  top: 15px;
  top: 5px;
  transform: translateX(-50%);
  color: #fff;
  font-size: 30px;
  font-size: 24px;
}
</style>