前端ui样式优化

This commit is contained in:
piexlmax
2021-09-14 19:49:06 +08:00
parent 108959c84c
commit 3706937d4a
21 changed files with 149 additions and 157 deletions

View File

@@ -299,12 +299,11 @@
</el-form-item>
</template>
<!-- ossType end -->
<el-form-item>
<el-button type="primary" @click="update">立即更新</el-button>
<el-button type="primary" @click="reload">重启服务开发中</el-button>
</el-form-item>
</el-form>
<div class="gva-btn-list">
<el-button type="primary" size="mini" @click="update">立即更新</el-button>
<el-button type="primary" size="mini" @click="reload">重启服务开发中</el-button>
</div>
</div>
</template>
@@ -378,7 +377,7 @@ export default {
padding: 10px;
margin: 10px 0;
font-size: 16px;
box-shadow: -4px 1px 3px 0px #e7e8e8;
box-shadow: -4px 0px 0px 0px #e7e8e8;
}
}
</style>