xq feat:"修改了用户详情面板"
This commit is contained in:
@ -1,7 +1,10 @@
|
||||
.cus-dia{
|
||||
.el-dialog__body{
|
||||
border: 1px solid #409EFF;
|
||||
border-radius: 5px;
|
||||
.el-form{
|
||||
border: 1px solid #409EFF;
|
||||
border-radius: 5px;
|
||||
padding: 10px;
|
||||
}
|
||||
.detail-head{
|
||||
color:#409EFF;
|
||||
font-weight: bold;
|
||||
|
@ -245,7 +245,6 @@
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-form>
|
||||
<el-table class="cus-table"> </el-table>
|
||||
<template #footer>
|
||||
<div class="dialog-footer">
|
||||
<el-button type="primary" @click="submitForm">确 定</el-button>
|
||||
|
Reference in New Issue
Block a user