|
@@ -55,7 +55,7 @@
|
|
|
<el-tab-pane label="变更记录" name="Logs">
|
|
|
<div class="maxHeight">
|
|
|
<div v-for="(item,index) in changeRecord" :key="index" class="Layout_space_between sign-record">
|
|
|
- <span>
|
|
|
+ <span class="content">
|
|
|
<span class="operatorName">{{ item.operator }} : </span>
|
|
|
<span class="remark">{{ item.remark }}</span>
|
|
|
</span>
|
|
@@ -131,4 +131,8 @@ export default {
|
|
|
color:rgba(51,59,74,1);
|
|
|
margin-right: 10px;
|
|
|
}
|
|
|
+.content {
|
|
|
+ display: inline-block;
|
|
|
+ margin-right: 60px;
|
|
|
+}
|
|
|
</style>
|