@@ -16,3 +16,13 @@
useTitle();
</script>
+<style lang="less" scoped>
+::v-deep(.ant-table-fixed-header .ant-table-scroll .ant-table-header) {
+ opacity: 1;
+}
+
+::v-deep(.ant-table-hide-scrollbar) {
+ min-width: initial !important;
+ scrollbar-color: initial;
+</style>
@@ -362,13 +362,4 @@ onMounted(async () => {
top: 0px;
}
-.basic-table-cl{
- ::v-deep(.ant-table-fixed-header .ant-table-scroll .ant-table-header){
- opacity: 1;
- }
- ::v-deep(.ant-table-hide-scrollbar){
- min-width: initial !important;
- scrollbar-color:initial;
-}
</style>
@@ -618,14 +618,4 @@ onMounted(async () => {
padding: 0px;
-.basic-table-cl {
- ::v-deep(.ant-table-fixed-header .ant-table-scroll .ant-table-header) {
-
- ::v-deep(.ant-table-hide-scrollbar) {
- scrollbar-color: initial;