| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- .groupInfo {
- padding: 0;
- box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
- border-radius: 8px;
- header {
- width: 100%;
- height: 63px;
- padding: 20px 24px 20px 24px;
- border-bottom: 1px solid #D9D9D9;
- span {
- font-weight: 500;
- font-size: 16px;
- color: rgba(0, 0, 0, 0.88);
- line-height: 24px;
- }
- button {
- margin-top: 13px;
- }
- }
- .el-dialog__body {
- display: flex;
- flex-direction: column;
- gap: 10px;
- width: 100%;
- height: calc(100% - 63px);
- overflow-y: auto;
- .group {
- padding: 15px 20px 15px 10px;
- }
- }
- }
- .userInfo {
- padding: 0;
- box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
- border-radius: 8px;
- header {
- width: 100%;
- height: 63px;
- padding: 20px 24px 20px 24px;
- span {
- font-weight: 500;
- font-size: 16px;
- color: rgba(0, 0, 0, 0.88);
- line-height: 24px;
- }
- button {
- margin-top: 13px;
- }
- }
- .el-dialog__body {
- width: 100%;
- padding: 16px;
- height: calc(100% - 63px);
- overflow-y: auto;
- }
- }
|