diff --git a/core/core-frontend/src/components/de-app/AppExportForm.vue b/core/core-frontend/src/components/de-app/AppExportForm.vue index 365c2ef57c..b4b457eaf8 100644 --- a/core/core-frontend/src/components/de-app/AppExportForm.vue +++ b/core/core-frontend/src/components/de-app/AppExportForm.vue @@ -2,7 +2,7 @@ diff --git a/core/core-frontend/src/components/drawer-main/src/DrawerMain.vue b/core/core-frontend/src/components/drawer-main/src/DrawerMain.vue index 721dbc909b..893e571b66 100644 --- a/core/core-frontend/src/components/drawer-main/src/DrawerMain.vue +++ b/core/core-frontend/src/components/drawer-main/src/DrawerMain.vue @@ -119,7 +119,7 @@ defineExpose({ :title="t('common.filter_condition')" v-model="userDrawer" size="600px" - custom-class="drawer-main-container" + modal-class="drawer-main-container" direction="rtl" >
diff --git a/core/core-frontend/src/components/relation-chart/index.vue b/core/core-frontend/src/components/relation-chart/index.vue index dc9bb2c662..3355c57302 100644 --- a/core/core-frontend/src/components/relation-chart/index.vue +++ b/core/core-frontend/src/components/relation-chart/index.vue @@ -94,7 +94,7 @@ defineExpose({ diff --git a/core/core-frontend/src/style/index.less b/core/core-frontend/src/style/index.less index 18073e94ec..52759062dc 100644 --- a/core/core-frontend/src/style/index.less +++ b/core/core-frontend/src/style/index.less @@ -1,6 +1,5 @@ :root { font-family: var(--de-custom_font, 'PingFang'); - line-height: 1.5; font-weight: 400; color-scheme: light dark; -webkit-font-smoothing: antialiased; @@ -684,3 +683,8 @@ strong { .ed-month-table td { padding: 8px 0 !important; } + +.excel-header-cell, +.header-cell { + background-color: #f5f6f7 !important; +} diff --git a/core/core-frontend/src/views/chart/components/editor/filter/auth-tree-chart/FilterFiled.vue b/core/core-frontend/src/views/chart/components/editor/filter/auth-tree-chart/FilterFiled.vue index d99c6af1a9..87b6555764 100644 --- a/core/core-frontend/src/views/chart/components/editor/filter/auth-tree-chart/FilterFiled.vue +++ b/core/core-frontend/src/views/chart/components/editor/filter/auth-tree-chart/FilterFiled.vue @@ -493,6 +493,7 @@ const emits = defineEmits(['update:item', 'del']) {{ t('auth.screen_method') }} diff --git a/core/core-frontend/src/views/share/share/TicketEdit.vue b/core/core-frontend/src/views/share/share/TicketEdit.vue index 00301e3b5b..eeba28c677 100644 --- a/core/core-frontend/src/views/share/share/TicketEdit.vue +++ b/core/core-frontend/src/views/share/share/TicketEdit.vue @@ -259,7 +259,7 @@ defineExpose({ diff --git a/core/core-frontend/src/views/system/parameter/basic/BasicEdit.vue b/core/core-frontend/src/views/system/parameter/basic/BasicEdit.vue index 2a5527ec20..3ea37b0529 100644 --- a/core/core-frontend/src/views/system/parameter/basic/BasicEdit.vue +++ b/core/core-frontend/src/views/system/parameter/basic/BasicEdit.vue @@ -254,7 +254,7 @@ defineExpose({ diff --git a/core/core-frontend/src/views/system/parameter/engine/EngineEdit.vue b/core/core-frontend/src/views/system/parameter/engine/EngineEdit.vue index 5e188898b9..5f5bf51612 100644 --- a/core/core-frontend/src/views/system/parameter/engine/EngineEdit.vue +++ b/core/core-frontend/src/views/system/parameter/engine/EngineEdit.vue @@ -268,7 +268,7 @@ defineExpose({ diff --git a/core/core-frontend/src/views/system/parameter/map/GeometryEdit.vue b/core/core-frontend/src/views/system/parameter/map/GeometryEdit.vue index f02b2740fe..084add3739 100644 --- a/core/core-frontend/src/views/system/parameter/map/GeometryEdit.vue +++ b/core/core-frontend/src/views/system/parameter/map/GeometryEdit.vue @@ -191,7 +191,7 @@ defineExpose({ diff --git a/core/core-frontend/src/views/visualized/data/dataset/ExportExcel.vue b/core/core-frontend/src/views/visualized/data/dataset/ExportExcel.vue index fab6d03b43..e5dc89507d 100644 --- a/core/core-frontend/src/views/visualized/data/dataset/ExportExcel.vue +++ b/core/core-frontend/src/views/visualized/data/dataset/ExportExcel.vue @@ -336,7 +336,7 @@ defineExpose({