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
|
||||
{
|
||||
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,
|
||||
),
|
||||
);
|
@ -441,4 +441,11 @@ const myDetail = [
|
||||
rows: 3
|
||||
},
|
||||
];
|
||||
</script>
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
::v-deep{
|
||||
.tui-grid-layer-state{
|
||||
top: 40px !important;
|
||||
}
|
||||
}
|
||||
</style>
|
@ -1028,4 +1028,4 @@ const myDetail = [
|
||||
value: { '1': true, '0': false },
|
||||
},
|
||||
];
|
||||
</script>
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user