ZhangXianQiang
2024-03-20 a12c0c68ea94848ec80e1e95e37e6b5117c001a6
src/views/screen/components/screen-detection/index.vue
@@ -28,7 +28,7 @@
</template>
<script>
import WrapperTitle from '../wrapper-title/index'
import WrapperTitle from '../wrapper-title/index';
export default {
  components: {
    WrapperTitle
@@ -73,7 +73,7 @@
}
.water-item {
  font-size: 18px;
  font-size: 16px;
  color: #fff;
  .water-text {
@@ -85,7 +85,7 @@
  }
  .water-label {
    font-size: 24px;
    font-size: 20px;
  }
}
</style>