diff --git a/src/bg-ui/bg-code-editor.vue b/src/bg-ui/bg-code-editor.vue index c3f39f341fd8f96465c07ac9656fdc61310a7196..fd2bfa3e5aa944f74e2c6e08e002ee9d4d9f8feb 100644 --- a/src/bg-ui/bg-code-editor.vue +++ b/src/bg-ui/bg-code-editor.vue @@ -140,6 +140,20 @@ const { content } = toRefs(states); } .vue-ace-editor-disable :deep() .ace_scrollbar-v { width: 6px !important; + right: 2px; +} + +.vue-ace-editor-disable :deep().ace_scrollbar::-webkit-scrollbar { + height: 6px; + width: 6px; +} +.vue-ace-editor-disable :deep().ace_scrollbar::-webkit-scrollbar-track { + background-color: #f7f7f9; /* Matches ace monokai */ + border-radius: 3px; +} +.vue-ace-editor-disable :deep().ace_scrollbar::-webkit-scrollbar-thumb { + background-color: #c1c7d7; + border-radius: 3px; } .vue-ace-editor-disable :deep() .ace_gutter { background-color: #202531; diff --git a/src/bg-ui/bg-detail-table.vue b/src/bg-ui/bg-detail-table.vue index 006a975a55576c448b674eb9c38773eb67528c18..621a1397aa6c8405df26a58a81e24fa1bb021b19 100644 --- a/src/bg-ui/bg-detail-table.vue +++ b/src/bg-ui/bg-detail-table.vue @@ -17,13 +17,13 @@ {{ item.info }} {{ helper.downloadFileFormatNew(it) }}、 diff --git a/src/bg-ui/bg-detail-table2.vue b/src/bg-ui/bg-detail-table2.vue index 32a95c7fe7bd26ea88420ad919a3e6ed7a29a7c6..2061bc6b059b02a6a59fc32a6b257cfa9a7757c8 100644 --- a/src/bg-ui/bg-detail-table2.vue +++ b/src/bg-ui/bg-detail-table2.vue @@ -7,9 +7,11 @@ :style="{ width: item.width }">

{{ item.label }} - {{ - item.value - }} + {{ item.value }} @@ -70,6 +72,6 @@ const props = defineProps({ border-right: solid 1px #dadee7; } .row-box .detail-module span:nth-of-type(2) { - flex-grow: 1; + flex: 1; } diff --git a/src/bg-ui/bg-icon.vue b/src/bg-ui/bg-icon.vue index 12e73428db795cfea06ce205abff4c6a9bd4abf1..3b648a263f9591436fc3e9f78feec498b21b823d 100644 --- a/src/bg-ui/bg-icon.vue +++ b/src/bg-ui/bg-icon.vue @@ -5,7 +5,7 @@