mirror of
				https://github.com/continew-org/continew-admin-ui.git
				synced 2025-11-04 10:57:08 +08:00 
			
		
		
		
	style: 优化部分样式
This commit is contained in:
		@@ -1,13 +1,3 @@
 | 
				
			|||||||
<script lang="ts" setup>
 | 
					 | 
				
			||||||
import BasicSetting from './components/BasicSetting.vue'
 | 
					 | 
				
			||||||
</script>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
<script lang="ts">
 | 
					 | 
				
			||||||
export default {
 | 
					 | 
				
			||||||
  name: 'Config'
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
</script>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
<template>
 | 
					<template>
 | 
				
			||||||
  <div class="gi_page">
 | 
					  <div class="gi_page">
 | 
				
			||||||
    <a-card class="general-card" title="系统配置">
 | 
					    <a-card class="general-card" title="系统配置">
 | 
				
			||||||
@@ -21,6 +11,12 @@ export default {
 | 
				
			|||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</template>
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<script setup lang="ts">
 | 
				
			||||||
 | 
					import BasicSetting from './components/BasicSetting.vue'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					defineOptions({ name: 'Config' })
 | 
				
			||||||
 | 
					</script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<style scoped lang="less">
 | 
					<style scoped lang="less">
 | 
				
			||||||
:deep(.arco-tabs-content) {
 | 
					:deep(.arco-tabs-content) {
 | 
				
			||||||
  padding-top: 5px;
 | 
					  padding-top: 5px;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,7 +4,7 @@
 | 
				
			|||||||
    :title="title"
 | 
					    :title="title"
 | 
				
			||||||
    :mask-closable="false"
 | 
					    :mask-closable="false"
 | 
				
			||||||
    :esc-to-close="false"
 | 
					    :esc-to-close="false"
 | 
				
			||||||
    :width="width >= 600 ? 600 : '100%'"
 | 
					    :width="width >= 580 ? 580 : '100%'"
 | 
				
			||||||
    @before-ok="save"
 | 
					    @before-ok="save"
 | 
				
			||||||
    @close="reset"
 | 
					    @close="reset"
 | 
				
			||||||
  >
 | 
					  >
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,7 +4,7 @@
 | 
				
			|||||||
    :title="title"
 | 
					    :title="title"
 | 
				
			||||||
    :mask-closable="false"
 | 
					    :mask-closable="false"
 | 
				
			||||||
    :esc-to-close="false"
 | 
					    :esc-to-close="false"
 | 
				
			||||||
    :width="width >= 520 ? 520 : '100%'"
 | 
					    :width="width >= 580 ? 580 : '100%'"
 | 
				
			||||||
    @before-ok="save"
 | 
					    @before-ok="save"
 | 
				
			||||||
    @close="reset"
 | 
					    @close="reset"
 | 
				
			||||||
  >
 | 
					  >
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user