浏览代码

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>