Parcourir la source

设备详情页点击设备型号弹窗数据列居右,点击样式优化

baiyanting il y a 1 an
Parent
commit
75828bb59e

+ 2 - 1
src/components/powerAndSpeedSearch/index.vue

@@ -22,7 +22,8 @@
             sortable
             :prop="item.code"
             :label="item.title"
-            align="center"
+            header-align="center"
+            align="right"
           >
           </el-table-column>
         </el-table>

+ 10 - 1
src/components/windDetail/index.vue

@@ -673,7 +673,8 @@ export default {
           white-space: nowrap;
           color: #959595;
           font-size: 15px;
-          &:nth-child(2) {
+
+          div:nth-child(2) {
             cursor: pointer;
             &:hover,
             &:active {
@@ -738,6 +739,7 @@ export default {
       .wt-alarm {
         font-family: Microsoft YaHei;
         font-weight: 400;
+        cursor: pointer;
         span {
           margin-left: 5px;
           &.green {
@@ -768,6 +770,13 @@ export default {
             color: #606769;
           }
         }
+        &:hover,
+        &:active {
+          span {
+            font-weight: 700;
+            font-size: 16px;
+          }
+        }
       }
       .info-item {
         font-size: 24px;