Преглед изворни кода

refactor(lss): enhance component formatting for improved readability

- Consolidated attributes in various components, including el-input and el-drawer, to streamline the code structure.
- Reduced unnecessary line breaks and improved overall formatting in the LSS view for better maintainability.
- Updated icon usage for consistency across the application.
yb пре 1 недеља
родитељ
комит
6f740cd088
1 измењених фајлова са 2 додато и 3 уклоњено
  1. 2 3
      src/views/lss/index.vue

+ 2 - 3
src/views/lss/index.vue

@@ -277,7 +277,7 @@
                     :class="['crosshairs-btn', { active: row.streamSn }]"
                     @click="handleViewCamera(row)"
                   >
-                    <Icon icon="mdi:crosshairs" width="20" height="20" />
+                    <Icon icon="mdi:controller-right" width="20" height="20" />
                   </el-button>
                 </template>
               </el-table-column>
@@ -1369,8 +1369,7 @@ onMounted(() => {
 
 // 十字瞄准按钮样式
 .crosshairs-btn {
-  color: var(--color-info);
-  transition: color 0.2s;
+  color: #bbbbbb;
 
   &.active {
     color: var(--color-primary);