Update public.css

This commit is contained in:
wolfcode
2024-10-22 16:08:23 +08:00
parent 475a1ef84d
commit 20d4038159

View File

@@ -475,6 +475,18 @@ table样式
.form-search .layui-input-inline input, .form-search .layui-input-inline select {
width: 100% !important;
}
.tableSelect {
margin: 5px !important;
min-width: auto !important;
left: 1px !important;
right: 1px !important;
}
.tableSelect img {
object-fit: cover;
height: 100%;
}
}
/**