style: 优化部分样式

This commit is contained in:
2024-04-17 21:09:42 +08:00
parent 287c667d68
commit 4983dd1aa0
3 changed files with 8 additions and 12 deletions

View File

@@ -1,13 +1,3 @@
<script lang="ts" setup>
import BasicSetting from './components/BasicSetting.vue'
</script>
<script lang="ts">
export default {
name: 'Config'
}
</script>
<template>
<div class="gi_page">
<a-card class="general-card" title="系统配置">
@@ -21,6 +11,12 @@ export default {
</div>
</template>
<script setup lang="ts">
import BasicSetting from './components/BasicSetting.vue'
defineOptions({ name: 'Config' })
</script>
<style scoped lang="less">
:deep(.arco-tabs-content) {
padding-top: 5px;

View File

@@ -4,7 +4,7 @@
:title="title"
:mask-closable="false"
:esc-to-close="false"
:width="width >= 600 ? 600 : '100%'"
:width="width >= 580 ? 580 : '100%'"
@before-ok="save"
@close="reset"
>

View File

@@ -4,7 +4,7 @@
:title="title"
:mask-closable="false"
:esc-to-close="false"
:width="width >= 520 ? 520 : '100%'"
:width="width >= 580 ? 580 : '100%'"
@before-ok="save"
@close="reset"
>