| | |
| | | left: 0; |
| | | position: relative; |
| | | margin: 0 auto; |
| | | border-radius: 16px; |
| | | border-radius: var(--radius-lg); |
| | | padding: 0 !important; |
| | | border: 1px solid var(--surface-border); |
| | | box-shadow: var(--shadow-md); |
| | |
| | | background: linear-gradient(180deg, rgba(248, 251, 255, 1), rgba(242, 247, 255, 0.98)); |
| | | padding: 18px 24px 14px; |
| | | border-bottom: 1px solid var(--surface-border); |
| | | border-radius: 14px 14px 0 0; |
| | | border-radius: var(--radius-lg) var(--radius-lg) 0 0; |
| | | } |
| | | .el-dialog__title { |
| | | font-weight: 600; |
| | |
| | | } |
| | | .el-message-box { |
| | | padding: 0 !important; |
| | | border-radius: 16px; |
| | | border-radius: var(--radius-lg); |
| | | border: 1px solid var(--surface-border); |
| | | box-shadow: var(--shadow-md); |
| | | background: rgba(255, 255, 255, 0.96); |
| | |
| | | background: linear-gradient(180deg, rgba(248, 251, 255, 1), rgba(242, 247, 255, 0.98)); |
| | | padding: 18px 24px 14px; |
| | | border-bottom: 1px solid var(--surface-border); |
| | | border-radius: 14px 14px 0 0; |
| | | border-radius: var(--radius-lg) var(--radius-lg) 0 0; |
| | | } |
| | | .el-message-box__title { |
| | | font-weight: 600; |
| | |
| | | } |
| | | |
| | | .el-button { |
| | | border-radius: 8px; |
| | | border-radius: var(--radius-sm); |
| | | font-weight: 600; |
| | | box-shadow: none !important; |
| | | } |
| | |
| | | .el-select__wrapper, |
| | | .el-date-editor.el-input__wrapper, |
| | | .el-date-editor .el-input__wrapper { |
| | | border-radius: 10px; |
| | | border-radius: var(--radius-sm); |
| | | box-shadow: 0 0 0 1px rgba(148, 163, 184, 0.28) inset !important; |
| | | background: rgba(255, 255, 255, 0.92); |
| | | color: var(--text-primary); |
| | |
| | | border: 1px solid var(--surface-border); |
| | | box-shadow: var(--shadow-sm); |
| | | background: var(--panel-mask); |
| | | border-radius: var(--radius-md); |
| | | } |
| | | |
| | | .el-table { |
| | |
| | | --el-table-header-bg-color: #f2f7ff; |
| | | --el-table-row-hover-bg-color: #f8fbff; |
| | | --el-table-current-row-bg-color: #edf4ff; |
| | | border-radius: 12px; |
| | | border-radius: var(--radius-md); |
| | | background: rgba(255, 255, 255, 0.94) !important; |
| | | } |
| | | |