ソースを参照

other-table-style

zhulizhen1111 4 年 前
コミット
1b80b006fc
1 ファイル変更5 行追加0 行削除
  1. 5 0
      src/views/other/zhsxOther.vue

+ 5 - 0
src/views/other/zhsxOther.vue

@@ -179,5 +179,10 @@ export default {
     .el-input--suffix .el-input__inner {
         padding-right: 20px;
     }
+    @media screen and (max-width: 1366px) {
+        /deep/ .el-table td {
+            padding: 3px 0;
+        }
+    }
 }
 </style>