|
@@ -12,7 +12,7 @@
|
|
|
<el-form-item label="化学品编号" prop="code" style="width:498px;">
|
|
|
<el-input v-model="form.code" placeholder="请输入化学品编号" maxLength="20" style="width:500px;"/>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="化学品详情" prop="content" style="color:#606266;font-size:16px;font-weight:500;">
|
|
|
+ <el-form-item label="化学品详情" prop="content" style="color:#606266;font-size:16px;font-weight:500;" class="wang-editor-form-item-box">
|
|
|
<wangEditor :content="form.content" placeholder="请输入化学品详情" @change="change" :min-height="192" style="width:1000px;"/>
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
@@ -129,3 +129,10 @@
|
|
|
}
|
|
|
}
|
|
|
</style>
|
|
|
+<style lang="scss">
|
|
|
+ .wang-editor-form-item-box{
|
|
|
+ .el-form-item__content{
|
|
|
+ z-index:0;
|
|
|
+ }
|
|
|
+ }
|
|
|
+</style>
|