refine Semi UI access workspace
This commit is contained in:
@@ -7008,7 +7008,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.v2-history-mobile-tools-menu {
|
||||
.v2-workspace-mobile-tools-menu {
|
||||
width: 168px;
|
||||
min-width: 168px;
|
||||
border: 1px solid #dbe4ef;
|
||||
@@ -7017,7 +7017,7 @@
|
||||
box-shadow: 0 18px 44px rgba(27, 45, 72, .16);
|
||||
}
|
||||
|
||||
.v2-history-mobile-tools-menu .semi-dropdown-item {
|
||||
.v2-workspace-mobile-tools-menu .semi-dropdown-item {
|
||||
min-height: 42px;
|
||||
border-radius: 8px;
|
||||
padding-inline: 11px;
|
||||
@@ -7026,8 +7026,8 @@
|
||||
font-weight: 650;
|
||||
}
|
||||
|
||||
.v2-history-mobile-tools-menu .semi-dropdown-item:hover,
|
||||
.v2-history-mobile-tools-menu .semi-dropdown-item:focus-visible {
|
||||
.v2-workspace-mobile-tools-menu .semi-dropdown-item:hover,
|
||||
.v2-workspace-mobile-tools-menu .semi-dropdown-item:focus-visible {
|
||||
background: #edf5ff;
|
||||
color: #1d64c5;
|
||||
}
|
||||
@@ -9328,12 +9328,41 @@
|
||||
}
|
||||
|
||||
.v2-access-discovery-shell > .v2-workspace-command-bar {
|
||||
min-height: 48px;
|
||||
min-height: 56px;
|
||||
border: 1px solid #dce6f2;
|
||||
border-radius: 10px;
|
||||
background: linear-gradient(105deg, #fff 0%, #f8fbff 100%);
|
||||
}
|
||||
|
||||
.v2-access-command-bar .v2-workspace-command-copy > .semi-typography:last-child {
|
||||
display: block;
|
||||
max-width: 160px;
|
||||
color: #8492a5;
|
||||
font-size: 9px;
|
||||
}
|
||||
|
||||
.v2-access-command-bar .v2-workspace-command-actions > .v2-access-mobile-tool-button.semi-button {
|
||||
width: auto;
|
||||
min-width: 58px;
|
||||
min-height: 38px;
|
||||
border: 1px solid #dbe5f0;
|
||||
border-radius: 8px;
|
||||
background: #f7f9fc;
|
||||
padding: 0 9px;
|
||||
color: #536980;
|
||||
}
|
||||
|
||||
.v2-access-command-bar .v2-access-mobile-tool-button .semi-button-content-right {
|
||||
margin-left: 4px;
|
||||
font-size: 10px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.v2-access-command-bar .v2-access-mobile-tool-button .semi-icon {
|
||||
color: #5f7188;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.v2-access-discovery-shell > .v2-access-filter-card-v3.semi-card {
|
||||
border: 1px solid #dce6f2;
|
||||
border-radius: 10px;
|
||||
|
||||
Reference in New Issue
Block a user