Эх сурвалжийг харах

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

清理设备详情页中未使用的CSS深层选择器规则,保持代码整洁
liujia 2 сар өмнө
parent
commit
5072301fc4

+ 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;