.subtitle { margin-right: 12px; color: #00000073; font-size: 14px; font-weight: normal; line-height: 1.5715; // overflow: hidden; // white-space: nowrap; // text-overflow: ellipsis; } .back { font-family: PingFang SC; font-size: 14px; font-weight: 400; line-height: 22px; text-align: left; cursor: pointer; } .user-header { display: flex; justify-content: space-between; .header-left { display: flex; align-items: center; .name-data { display: flex; flex-direction: column; margin-left: 6px; .name { font-family: PingFang SC; font-size: 24px; font-weight: 600; line-height: 32px; text-align: left; } .status{ margin-left: 4px; } .id { font-family: PingFang SC; font-size: 14px; font-weight: 400; line-height: 20px; text-align: left; color: #231c1f99; } } } .header-right { display: flex; align-items: center; .form-button { width: 80px; height: 40px; margin: 20px 0; color: white !important; background-color: #3E49B3!important; border-radius: 4px; font-family: PingFang SC; font-size: 14px; font-weight: 400; line-height: 20px; text-align: center; } } } .edit-content { margin: 0 0 20px; padding: 0 24px; // height: calc(100vh - 250px); min-width: 1000px; .title { //styleName: 字体/标题-中-Medium; font-family: PingFang SC; font-size: 20px; font-weight: 500; line-height: 32px; text-align: left; margin: 28px 0 10px; } .fill-template{ font-family: PingFang SC; font-size: 14px; .lable{ color: #24272299; margin-bottom: 6px; } .value{ width: 80%; // padding: 4px 8px; background: #f9f9f9; border-radius: 4px; color: #242722; margin-bottom: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } } .view-block{ width: 100%; min-height: 150px; } .title-row { font-family: PingFang SC; font-size: 20px; font-weight: 500; line-height: 32px; text-align: left; margin: 28px 0 10px; .btn { margin-left: 20px; flex-shrink: 0; color: #006ded; font-size: 14px; font-weight: 400; } .bar { display: flex; justify-content: space-between; width: 100%; } } .rows{ display: flex; justify-content: space-between; .fonter { // text-align: right; .form-button { width: 80px; height: 40px; margin: 20px 0; color: white !important; background-color: #3e49b3 !important; border-radius: 4px; font-family: PingFang SC; font-size: 14px; font-weight: 400; line-height: 20px; text-align: center; } .close { width: 80px; background-color: #eae6e6 !important; color: black !important; margin-left: 20px; } } } } .depart-modal{ .row{ width: 90%; margin-bottom: 20px; } .tree{ height: 180px; overflow-y: scroll; .li{ display: flex; justify-content: space-between; padding: 8px 4px; span{ flex-shrink: 0; } } .li:hover{ background-color: #f9f9f9; } } } .loading{ position: fixed; top: 0; left: 0; width: 100vw; text-align: center; height: 100vh; display: flex; align-items: center; justify-content: center; background: rgb(0 0 0 / 30%); } .pd4-8{ padding: 4px 8px; } ::ng-deep .ant-page-header-heading-title { white-space: normal; } ::ng-deep .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn { color: #c6233f; } ::ng-deep .ant-tabs-ink-bar { background: #c6233f; } ::ng-deep .ant-tabs-tab:hover { color: #e97488; } ::ng-deep .ant-tabs-tab-btn:active { color: #e97488; }