Commit d88864ce by jianglong

修改缺陷:已完成草稿箱详情页面布局不统一

parent ed0278c2
<template>
<div class="eContainer">
<c-page title="">
<!-- <div class="eContainer"> -->
<c-content :height="120">
......@@ -247,7 +248,7 @@
</c-col>
<c-col :span="24">
<el-form-item label="Drop Receiver">
<el-form-item label="摘要信息">
<c-input
v-model="model.trn.objnam"
maxlength="40"
......@@ -423,6 +424,7 @@
<!-- </div> -->
</c-content>
</c-page>
</div>
</template>
<script>
......@@ -598,6 +600,8 @@ export default {
.messageLabel >>> .el-form-item__label {
text-align: left;
font-weight: bold;
font-size: 12px;
font-size: 15px;
color:#1561E0;
width: auto!important;
}
</style>
\ No newline at end of file
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