diff --git a/src/views/synchronization/directive/orgCom/OrgListCom.vue b/src/views/synchronization/directive/orgCom/OrgListCom.vue index 399644b..95babf6 100644 --- a/src/views/synchronization/directive/orgCom/OrgListCom.vue +++ b/src/views/synchronization/directive/orgCom/OrgListCom.vue @@ -1,6 +1,7 @@ @@ -96,19 +305,43 @@ function handleOrgChoose(orgInfo_) { justify-content: space-between; } +.zljx-platform { + display: flex; + flex-direction: column; + /* 改为垂直排列 */ + gap: 8px; + /* 添加间距 */ + + .section-title { + font-size: 14px; + font-weight: 600; + color: #333; + position: relative; + padding-left: 12px; + } + + .directive-choose-wrapper { + width: 100%; + /* 可以根据需要添加其他样式 */ + } +} + +.section-title { + font-size: 14px; + font-weight: 600; + color: #333; + position: relative; + padding-left: 12px; +} + .left .top { flex: 0 0 28%; margin-bottom: 1%; - //background-color: lightblue; - /* 可根据需要修改 */ } .left .bottom { flex: 1; - /* 占剩余部分 */ margin-bottom: 1%; - //background-color: lightgreen; - /* 可根据需要修改 */ } .right { @@ -117,7 +350,50 @@ function handleOrgChoose(orgInfo_) { max-height: 85vh; } -:deep .ant-card-body{ - padding:8px; +:deep .ant-card-body { + padding: 12px; +} + +.step-content { + overflow: auto; + height: 70vh; +} + +.zxClass { + font-size: 12px; + background: linear-gradient(to right, #1ea0fa, #017de9); + border-radius: 8px; + height: 25px; + color: white; + line-height: 25px; +} + +.tbClass { + background: #f6f6f6; + padding: 8px; + border-radius: 5px; +} + +.antTitle { + margin-top: 10px; + display: block; + font-size: 12px; +} + +.ellipsis-one-lines { + display: -webkit-box; + -webkit-box-orient: vertical; + -webkit-line-clamp: 1; + overflow: hidden; + text-overflow: ellipsis; +} + +.selected-card { + border: 2px solid #1890ff; + box-shadow: 0 0 2px rgba(24, 144, 255, 0.3); +} + +.org-card { + margin-top: 8px; } \ No newline at end of file