Merge pull request 'update code' (#77) from dev-luannv24-fixbug-s36 into dev
Reviewed-on: #77
This commit is contained in:
@ -239,7 +239,8 @@ a {
|
|||||||
|
|
||||||
.ant-checkbox-disabled .ant-checkbox-inner
|
.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 {
|
.v-list-item__title {
|
||||||
|
@ -185,6 +185,8 @@ $config: (
|
|||||||
paging-background: #212224,
|
paging-background: #212224,
|
||||||
paging-text: #FFFFFFD9,
|
paging-text: #FFFFFFD9,
|
||||||
icon-datepicker-color: #FFFFFF73,
|
icon-datepicker-color: #FFFFFF73,
|
||||||
|
ant-checkbox-disabled-bg: #FFFFFF14,
|
||||||
|
ant-checkbox-disabled-border: #424242,
|
||||||
),
|
),
|
||||||
light: (w-g5: $--color-gray_555,
|
light: (w-g5: $--color-gray_555,
|
||||||
g5-w: $--color-white,
|
g5-w: $--color-white,
|
||||||
@ -333,5 +335,7 @@ $config: (
|
|||||||
paging-background: #FFFFFF,
|
paging-background: #FFFFFF,
|
||||||
paging-text: #000000E0,
|
paging-text: #000000E0,
|
||||||
icon-datepicker-color: #00000073,
|
icon-datepicker-color: #00000073,
|
||||||
|
ant-checkbox-disabled-bg: #0000000A,
|
||||||
|
ant-checkbox-disabled-border: #D9D9D9,
|
||||||
),
|
),
|
||||||
);
|
);
|
@ -442,3 +442,10 @@ const myDetail = [
|
|||||||
},
|
},
|
||||||
];
|
];
|
||||||
</script>
|
</script>
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
::v-deep{
|
||||||
|
.tui-grid-layer-state{
|
||||||
|
top: 40px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
Reference in New Issue
Block a user