|
@@ -650,4 +650,15 @@ defineExpose({
|
|
.el-drawer {
|
|
.el-drawer {
|
|
pointer-events: auto;
|
|
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>
|
|
</style>
|