Browse Source

style(device/detail): 移除未使用的深层样式规则

清理设备详情页中未使用的CSS深层选择器规则,保持代码整洁
liujia 2 tháng trước cách đây
mục cha
commit
5072301fc4
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 5 5
      src/views/device/detail/index.vue

+ 5 - 5
src/views/device/detail/index.vue

@@ -438,11 +438,11 @@ onUnmounted(() => {
     background-color: #f5f5f5;
     border-radius: 10px;
 
-    :deep(.info) {
-      &-content {
-        align-items: center !important;
-      }
-    }
+    // :deep(.info) {
+    //   &-content {
+    //     align-items: center !important;
+    //   }
+    // }
 
     .radarBox {
       position: relative;