页面样式微调

This commit is contained in:
仲么了
2024-02-02 09:58:14 +08:00
parent 8e9634c375
commit 570f21bbc4
6 changed files with 67 additions and 57 deletions

View File

@@ -4,7 +4,9 @@
<div class="device-manage-right" :style="{ height: pageHeight.height }">
<el-descriptions title="用户基本信息" class="mb10" :column="2" border>
<template #extra>
<el-button type="primary" size="small" icon="el-icon-Plus" @click="getMarketEnginner">添加工程</el-button>
<el-button type="primary" size="small" icon="el-icon-Plus" @click="getMarketEnginner">
添加工程
</el-button>
</template>
<el-descriptions-item label="名称">
{{ user.name }}
@@ -20,9 +22,9 @@
<vxe-column title="操作" width="200px">
<template v-slot:default="scoped">
<el-button
link
size="small"
type="danger"
icon="el-icon-Delete"
@click="deleteEngineering(scoped.row)"
>
移除
@@ -32,7 +34,7 @@
</vxe-table>
</div>
</div>
<el-dialog v-model="dialogVisible" title="添加工程" width="30%" :close-on-click-modal="false">
<el-dialog v-model="dialogVisible" title="添加工程" class="cn-operate-dialog" :close-on-click-modal="false">
<el-input
v-model="filterText"
icon="el-icon-Search"