|
@@ -19,7 +19,7 @@
|
|
<div class="title">
|
|
<div class="title">
|
|
<span class="line" />
|
|
<span class="line" />
|
|
<span class="name">设置标签</span>
|
|
<span class="name">设置标签</span>
|
|
- <i class="el-icon-close icon" />
|
|
|
|
|
|
+ <i class="el-icon-close icon" @click="visible = false" />
|
|
</div>
|
|
</div>
|
|
<div class="body">
|
|
<div class="body">
|
|
<el-form-item style="width: 100%;margin-right: 0;" :rules="[{ required: true, message: '标签不能为空'}]" label="标签:" class="tag-from">
|
|
<el-form-item style="width: 100%;margin-right: 0;" :rules="[{ required: true, message: '标签不能为空'}]" label="标签:" class="tag-from">
|
|
@@ -217,9 +217,12 @@ export default {
|
|
word-break: break-all;
|
|
word-break: break-all;
|
|
// height: calc(80vh - 118px);
|
|
// height: calc(80vh - 118px);
|
|
overflow: auto;
|
|
overflow: auto;
|
|
|
|
+ .tag-from .el-form-item__content {
|
|
|
|
+ width: calc(100% - 100px);
|
|
|
|
+ }
|
|
}
|
|
}
|
|
.footer {
|
|
.footer {
|
|
- padding: 15px 20px;
|
|
|
|
|
|
+ padding: 0 20px 15px;
|
|
text-align: right;
|
|
text-align: right;
|
|
// border-top: 1px solid #eee;
|
|
// border-top: 1px solid #eee;
|
|
background: #fff;
|
|
background: #fff;
|