Commit d88864ce by jianglong

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

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