客户样式调整
This commit is contained in:
25
src/App.vue
25
src/App.vue
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user