Sfoglia il codice sorgente

1、报价清单的格式,行距调到23

MY 3 giorni fa
parent
commit
364962ec5f

+ 11 - 0
JLHWEB/src/views/quote/mattressQuote/components/QuoteListNew.vue

@@ -650,4 +650,15 @@ defineExpose({
 .el-drawer {
   pointer-events: auto;
 }
+
+.el-table--small .el-table__cell {
+  padding: 0px !important;
+}
+.el-table--small .el-table__header th {
+  height: 23px !important;
+}
+.el-table--small .el-table__row,
+.el-table--small .el-table__cell {
+  height: 23px !important;
+}
 </style>