src/views/screen/components/screen-face/index.vue
@@ -22,7 +22,7 @@
              <img src="@/assets/images/screen/icon/icon2.png" alt="" class="width-img">
            </div>
            <div class="data-info">
              <div class="data-lable">设备正常数</div>
              <div class="data-lable">正常数</div>
              <div class="data-num type2" v-roll>{{ 2000 }}</div>
            </div>
          </div>
@@ -34,7 +34,7 @@
              <img src="@/assets/images/screen/icon/icon2.png" alt="" class="width-img">
            </div>
            <div class="data-info">
              <div class="data-lable">设备异常数</div>
              <div class="data-lable">异常数</div>
              <div class="data-num type3" v-roll>{{ 1000 }}</div>
            </div>
          </div>
@@ -80,8 +80,10 @@
.face-content {
  flex: 1;
  background: rgba(67, 102, 155, 0.3);
  border: 1px solid rgba(47, 91, 157, 0.8);
  background: url("../../../../assets/images/screen/cardBg.png");
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  .plane {
    margin-bottom: 10px;
@@ -132,4 +134,4 @@
.width-img {
  width: 100%;
}
</style>
</style>