修改新版样式

This commit is contained in:
蒋吉兆
2021-09-18 00:10:17 +08:00
parent fbd5fcbefd
commit 5e3df6c742
20 changed files with 948 additions and 1964 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="system">
<el-form ref="form" :model="config" label-width="100px" class="system">
<el-form ref="form" :model="config" label-width="100px">
<!-- System start -->
<h2>系统配置</h2>
<el-form-item label="环境值">
@@ -373,6 +373,9 @@ export default {
<style lang="scss">
.system {
background: #fff;
padding:12px;
border-radius: 2px;
h2 {
padding: 10px;
margin: 10px 0;