Files
bbq/src/app/routes/sys-setting/components/system-config/system-config.component.less
Taric Xin df711ddcb8 edit
2021-12-02 10:10:24 +08:00

22 lines
341 B
Plaintext

:host {
::ng-deep {
.card-height {
min-height: 600px;
}
.save-btn {
width : 100%;
text-align: right;
}
.block-radio {
display : flex;
min-height : 32px;
}
input {
width : 100px;
margin-left: 10px;
}
}
}