remove demop

This commit is contained in:
Taric Xin
2021-12-14 12:33:26 +08:00
parent 64a3d18c88
commit a0e0199cee
55 changed files with 298 additions and 2472 deletions

View File

@ -1,12 +1,33 @@
@import '~@delon/theme/index';
:host {
::ng-deep {
.readOnly-input {
.sv__label,
.sv__detail {
line-height: 30px;
}
.edit-box {
input {
outline: 0;
border : 0;
max-width: 250px;
}
}
.readOnly-box {
input {
padding-left: 0;
}
nz-select-top-control {
padding-left: 0px !important;
}
}
.ant-select {
min-width: 250px;
nz-select-top-control {
cursor: text !important;
color : #000 !important;
}
}
}