Commit f7e4e08b by liangzhen

样式调整

1 parent f107455e
...@@ -249,6 +249,7 @@ export default { ...@@ -249,6 +249,7 @@ export default {
padding-right: 20px!important; padding-right: 20px!important;
} }
.tags-view-container { .tags-view-container {
margin-left: 10px;
height: 34px; height: 34px;
width: 100%; width: 100%;
background: #fff; background: #fff;
...@@ -334,6 +335,8 @@ export default { ...@@ -334,6 +335,8 @@ export default {
.tags-view-wrapper { .tags-view-wrapper {
line-height: 45px; line-height: 45px;
.tags-view-item { .tags-view-item {
border: 1px solid #EBEEF5;
border-radius: 5px;
.el-icon-close { .el-icon-close {
width: 16px; width: 16px;
height: 16px; height: 16px;
......
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
</el-table-column> </el-table-column>
<el-table-column prop="isAppealText" label="申诉是否通过" width="120"> <el-table-column prop="isAppealText" label="申诉是否通过" width="120">
</el-table-column> </el-table-column>
<el-table-column prop="reviewStatus" label="申诉复核情况" width="auto" show-overflow-tooltip> <el-table-column prop="reviewStatus" label="申诉复核情况" width="140" show-overflow-tooltip>
</el-table-column> </el-table-column>
<el-table-column prop="rectificationText" label="是否完成整改" width="120"> <el-table-column prop="rectificationText" label="是否完成整改" width="120">
</el-table-column> </el-table-column>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!