Commit 480f153f authored by 王晓倩's avatar 王晓倩

预案详情页给预案内容增加边框

parent 3e7ef45f
...@@ -62,14 +62,14 @@ ...@@ -62,14 +62,14 @@
<el-col :span="12" class="flcolum"> <el-col :span="12" class="flcolum">
<div> <div>
<div class="yatit">预案内容</div> <div class="yatit">预案内容</div>
<div v-html="editForm.planContents"></div> <div v-html="editForm.planContents" style="height:450px; border:solid 1px #ccc; overflow: auto"></div>
<font v-if="editForm.planContents == ''">暂无内容~</font> <font v-if="editForm.planContents == ''">暂无内容~</font>
</div> </div>
</el-col> </el-col>
</el-row> </el-row>
<span slot="footer" class="dialog-footer"> <span slot="footer" class="dialog-footer">
<el-button type="primary" size="small" @click="confirmFun('editForm')" v-if="title != '详情'">提交</el-button> <el-button type="primary" size="small" @click="confirmFun('editForm')" v-if="title != '详情'">提交</el-button>
<el-button @click="$emit('dialogFun')" size="small">取消</el-button> <el-button @click="$emit('dialogFun')" size="small">取消查看</el-button>
</span> </span>
</el-dialog> </el-dialog>
</div> </div>
......
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
<el-col :span="12" class="flcolum"> <el-col :span="12" class="flcolum">
<div> <div>
<div class="yatit">预案内容</div> <div class="yatit">预案内容</div>
<div v-html="editForm.planContents"></div> <div v-html="editForm.planContents" style="height:420px; border:solid 1px #ccc; overflow: auto"></div>
<font v-if="editForm.planContents == ''">暂无内容~</font> <font v-if="editForm.planContents == ''">暂无内容~</font>
</div> </div>
</el-col> </el-col>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment