固定资产项目前端文件
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 lines
327 B

.query-control {
::ng-deep {
input {
min-width: 100px;
width: 100%;
}
nz-tree-select,
nz-select {
width: auto !important;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
border: none;
}
}
}