客户样式调整

This commit is contained in:
‘huanghaiixia’
2025-12-04 17:03:49 +08:00
parent 52c58b9cc8
commit 239e269368
6 changed files with 84 additions and 44 deletions

View File

@ -79,7 +79,7 @@
line-height: 35px;
}
</style>
<style>
<style lang="less">
.vben-default-layout {
height: 100%;
}
@ -87,4 +87,27 @@
flex: 1 !important;
background-color: #fff;
}
.formViewStyle {
.ant-input-number-disabled, input.ant-input-disabled,.ant-picker.ant-picker-disabled {
border: none !important;
background-color: transparent !important;
padding-left: 0 !important;
color: rgb(0 0 0 / 85%) !important;
::placeholder {
opacity: 0;
}
}
input.ant-input-disabled:placeholder-shown{
opacity: 0 !important;
}
.ant-picker-input > input[disabled], .ant-radio-disabled + span {
color: rgb(0 0 0 / 85%) !important;
}
.ant-picker.ant-picker-disabled .ant-picker-input .ant-picker-suffix {
display: none !important;
}
}
</style>