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