remove demop
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user