Compare commits
4 Commits
dev-luannv
...
dev
Author | SHA1 | Date | |
---|---|---|---|
99168acab1 | |||
2fcc719721 | |||
06f16f82ff | |||
a074e0e6e9 |
@ -239,7 +239,8 @@ a {
|
||||
|
||||
.ant-checkbox-disabled .ant-checkbox-inner
|
||||
{
|
||||
background-color: #f5f5f5 !important;
|
||||
background-color: map-deep-get($config, #{$theme}, "ant-checkbox-disabled-bg") !important;
|
||||
border: map-deep-get($config, #{$theme}, "ant-checkbox-disabled-border") !important;
|
||||
}
|
||||
|
||||
.v-list-item__title {
|
||||
|
@ -185,6 +185,8 @@ $config: (
|
||||
paging-background: #212224,
|
||||
paging-text: #FFFFFFD9,
|
||||
icon-datepicker-color: #FFFFFF73,
|
||||
ant-checkbox-disabled-bg: #FFFFFF14,
|
||||
ant-checkbox-disabled-border: #424242,
|
||||
),
|
||||
light: (w-g5: $--color-gray_555,
|
||||
g5-w: $--color-white,
|
||||
@ -333,5 +335,7 @@ $config: (
|
||||
paging-background: #FFFFFF,
|
||||
paging-text: #000000E0,
|
||||
icon-datepicker-color: #00000073,
|
||||
ant-checkbox-disabled-bg: #0000000A,
|
||||
ant-checkbox-disabled-border: #D9D9D9,
|
||||
),
|
||||
);
|
@ -442,3 +442,10 @@ const myDetail = [
|
||||
},
|
||||
];
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
::v-deep{
|
||||
.tui-grid-layer-state{
|
||||
top: 40px !important;
|
||||
}
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user