| | |
| | | |
| | | width: 100%; |
| | | border-color: #E5E6EB; |
| | | margin-bottom: 20px; |
| | | |
| | | &-title { |
| | | color: #86909C; |
| | |
| | | } |
| | | |
| | | &-personRemark { |
| | | color: rgb(26, 111, 184); |
| | | color: #879AAB; |
| | | background-color: #EDEEF0; |
| | | padding: 0px 8px; |
| | | border: 1px solid rgb(26, 111, 184); |
| | | border-radius: 4px; |
| | | font-size: 14px; |
| | | margin-left: 8px; |
| | |
| | | } |
| | | } |
| | | |
| | | // .arco-upload-list-type-text .arco-upload-list-item:first-of-type, |
| | | // .arco-upload-list-type-picture-list .arco-upload-list-item:first-of-type { |
| | | // margin-top: 34px; |
| | | .arco-upload-list-type-text .arco-upload-list-item:first-of-type, |
| | | .arco-upload-list-type-picture-list .arco-upload-list-item:first-of-type { |
| | | margin-top: 34px; |
| | | |
| | | // } |
| | | } |
| | | |
| | | .unitDialogResult { |
| | | font-size: 16px; |
| | |
| | | display: flex; |
| | | gap: 8px; |
| | | margin-bottom: 8px; |
| | | } |
| | | } |
| | | |
| | | .MyDrawer{ |
| | | position:absolute; |
| | | z-index: 9999; |
| | | } |
| | | |