Compare commits

...

3 Commits

8 changed files with 52 additions and 1 deletions

View File

@ -266,6 +266,13 @@ input[type="checkbox"] {
} }
} }
} }
.ant-checkbox-wrapper-disabled {
.ant-checkbox-inner {
&.ant-checkbox-inner::after {
border-color: map-deep-get($config, #{$theme}, "ant-checkbox-disabled-color") !important;
}
}
}
.v-input-popup__custom { .v-input-popup__custom {
.v-input__slot { .v-input__slot {

View File

@ -190,6 +190,7 @@ $config: (
highlighted-bg-opacity: 0.08, highlighted-bg-opacity: 0.08,
ant-checkbox-disabled-bg: #FFFFFF14, ant-checkbox-disabled-bg: #FFFFFF14,
ant-checkbox-disabled-border: #424242, ant-checkbox-disabled-border: #424242,
ant-checkbox-disabled-color: #FFFFFF40,
), ),
light: (w-g5: $--color-gray_555, light: (w-g5: $--color-gray_555,
g5-w: $--color-white, g5-w: $--color-white,
@ -343,5 +344,6 @@ $config: (
highlighted-bg-opacity: 0.04, highlighted-bg-opacity: 0.04,
ant-checkbox-disabled-bg: #0000000A, ant-checkbox-disabled-bg: #0000000A,
ant-checkbox-disabled-border: #D9D9D9, ant-checkbox-disabled-border: #D9D9D9,
ant-checkbox-disabled-color: #00000040,
), ),
); );

View File

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

View File

@ -1085,4 +1085,11 @@ function sha512(str) {
.update(str) .update(str)
.digest('hex'); .digest('hex');
} }
</script> </script>
<style lang="scss" scoped>
::v-deep{
.tui-grid-layer-state{
top: 40px !important;
}
}
</style>

View File

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

View File

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

View File

@ -1005,3 +1005,10 @@ const dataPathDataExample = getPathDataExample({
field2: '2222', field2: '2222',
}); });
</script> </script>
<style lang="scss" scoped>
::v-deep{
.tui-grid-layer-state{
top: 40px !important;
}
}
</style>

View File

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