update 新旧拆分单对比
This commit is contained in:
@@ -151,13 +151,13 @@ export default {
|
||||
// 发布情况
|
||||
{
|
||||
title: this.$t('docTool.comparison.releaseSituation'),
|
||||
width: 170,
|
||||
width: 150,
|
||||
dataIndex: 'releaseStateTitle'
|
||||
},
|
||||
// 创建人
|
||||
{
|
||||
title: this.$t('creator'),
|
||||
width: 150,
|
||||
width: 180,
|
||||
dataIndex: 'createNameNo'
|
||||
},
|
||||
// 备注
|
||||
|
||||
@@ -574,13 +574,6 @@ export default {
|
||||
padding: 10px 24px;
|
||||
}
|
||||
|
||||
.detail-content-content-left {
|
||||
width: 180px;
|
||||
height: calc(100% - 48px);
|
||||
float: left;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.detail-content-left-container {
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
@@ -665,12 +658,10 @@ export default {
|
||||
|
||||
::v-deep .delClass {
|
||||
color: #ff7168;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
::v-deep .insertClass {
|
||||
color: green;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
/deep/ .ant-tree li span.ant-tree-switcher {
|
||||
|
||||
Reference in New Issue
Block a user