update 新旧拆分单对比

This commit is contained in:
赵霄
2023-10-23 14:55:32 +08:00
parent 64b26a4ea8
commit 9df42b8308
2 changed files with 2 additions and 11 deletions
@@ -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 {