update code

This commit is contained in:
Nguyen Van Luan/(Nguyen Van Luan)/현장대리인/SK
2025-08-19 16:41:01 +09:00
parent a074e0e6e9
commit 06f16f82ff
4 changed files with 17 additions and 3 deletions

View File

@ -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 {

View File

@ -185,6 +185,9 @@ $config: (
paging-background: #212224,
paging-text: #FFFFFFD9,
icon-datepicker-color: #FFFFFF73,
ant-checkbox-disabled-bg: #FFFFFF14,
ant-checkbox-disabled-border: #424242,
ant-checkbox-border-hover: #1668DC
),
light: (w-g5: $--color-gray_555,
g5-w: $--color-white,
@ -333,5 +336,8 @@ $config: (
paging-background: #FFFFFF,
paging-text: #000000E0,
icon-datepicker-color: #00000073,
ant-checkbox-disabled-bg: #0000000A,
ant-checkbox-disabled-border: #D9D9D9,
ant-checkbox-border-hover: #1677FF,
),
);

View File

@ -441,4 +441,11 @@ const myDetail = [
rows: 3
},
];
</script>
</script>
<style lang="scss" scoped>
::v-deep{
.tui-grid-layer-state{
top: 40px !important;
}
}
</style>

View File

@ -1028,4 +1028,4 @@ const myDetail = [
value: { '1': true, '0': false },
},
];
</script>
</script>