modify
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 6m13s

This commit is contained in:
sexygoat
2026-04-02 13:42:57 +08:00
parent 411206e039
commit 8df7024a45
83 changed files with 1830 additions and 1865 deletions

View File

@@ -679,8 +679,8 @@
.account-list-page {
.detail-header {
display: flex;
align-items: center;
gap: 16px;
align-items: center;
padding-bottom: 16px;
.detail-title {
@@ -694,8 +694,8 @@
.dialog-header {
display: flex;
justify-content: space-between;
align-items: center;
justify-content: space-between;
width: 100%;
.dialog-title {
@@ -705,8 +705,8 @@
.account-info {
display: flex;
align-items: center;
gap: 8px;
align-items: center;
.account-name {
font-size: 14px;
@@ -717,25 +717,25 @@
.role-transfer-container {
display: flex;
justify-content: space-between;
align-items: stretch;
gap: 20px;
padding: 20px 0;
align-items: stretch;
justify-content: space-between;
min-height: 500px;
padding: 20px 0;
.transfer-panel {
flex: 1;
display: flex;
flex: 1;
flex-direction: column;
max-width: 380px;
overflow: hidden;
border: 1px solid var(--el-border-color);
border-radius: 4px;
overflow: hidden;
max-width: 380px;
.panel-header {
display: flex;
justify-content: space-between;
align-items: center;
justify-content: space-between;
padding: 12px 16px;
background: var(--el-fill-color-light);
border-bottom: 1px solid var(--el-border-color);
@@ -749,8 +749,8 @@
.panel-body {
flex: 1;
overflow-y: auto;
padding: 12px;
overflow-y: auto;
.role-list {
display: flex;
@@ -772,15 +772,15 @@
width: 100%;
.el-checkbox__label {
width: 100%;
display: flex;
width: 100%;
.role-info {
display: flex;
flex: 1;
gap: 8px;
align-items: center;
justify-content: space-between;
gap: 8px;
flex: 1;
width: 100%;
> span:first-child {
@@ -794,16 +794,16 @@
.assigned-role-item {
display: flex;
justify-content: space-between;
align-items: center;
gap: 12px;
align-items: center;
justify-content: space-between;
.role-info {
flex: 1;
display: flex;
flex: 1;
gap: 8px;
align-items: center;
justify-content: space-between;
gap: 8px;
> span:first-child {
flex: 1;
@@ -825,9 +825,9 @@
.transfer-buttons {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 12px;
align-items: center;
justify-content: center;
padding: 0 10px;
.el-button {