更新文档中多选上限不能取消的问题

This commit is contained in:
maplemei
2019-10-08 14:31:38 +08:00
parent 583caf1179
commit 40b17440aa
9 changed files with 104 additions and 15 deletions

View File

@@ -19,7 +19,7 @@ html, body {
#app {
height: 100%;
&.is-component {
overflow-y: hidden;
@@ -36,7 +36,7 @@ html, body {
left: 0;
top: 0;
z-index: 1500;
.container {
padding: 0;
}
@@ -194,13 +194,31 @@ button, input, select, textarea {
border-radius: 2px;
cursor: pointer;
vertical-align: top;
margin-left: 10px;
&:hover{
opacity: .8;
}
&:active{
opacity: 1;
}
}
}
.demo-ZM03{
.layui-table-cell{
height: auto;
}
table{
margin-bottom: -1px !important;
border-collapse: unset !important;
line-height: unset !important;
font-size: unset !important;
background-color: unset !important;
th, td{
padding: 5px 0 !important;
}
}
}