summaryrefslogtreecommitdiff
path: root/src/views/setting/Index.vue
diff options
context:
space:
mode:
author刘洪洪 <[email protected]>2024-04-10 19:14:23 +0800
committer刘洪洪 <[email protected]>2024-04-10 19:14:23 +0800
commitc2ee3d1f4003962af42bb25b0778c7ba5e0f09f4 (patch)
tree62d0eeb4e49dc5649b0f05fafebed1e3258eab71 /src/views/setting/Index.vue
parent50c422d4975d614b0a7ea07b3b6ffb06c62205eb (diff)
CN-1612 feat: 重构system的知识库css样式,以及修复折线图Metric在中文环境会换行的问题dev-css-refact
Diffstat (limited to 'src/views/setting/Index.vue')
-rw-r--r--src/views/setting/Index.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/setting/Index.vue b/src/views/setting/Index.vue
index 080e8966..b63511a8 100644
--- a/src/views/setting/Index.vue
+++ b/src/views/setting/Index.vue
@@ -4,7 +4,7 @@
<div class="explorer-top-tools explorer-detection-top-tools">
<div class="explorer-top-tools-title">{{$t('overall.knowledgeBase')}}</div>
</div>
- <div style="width: 100%;padding-bottom: 26px;">
+ <div class="administration__tabs">
<chart-tabs :data="tabsData" router></chart-tabs>
</div>
<!-- 内容区 -->