123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201 |
- .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;
- }
|