Vanessa 2023-04-19 09:14:12 +08:00
parent 6c5273f4e2
commit f9676974b2
3 changed files with 5 additions and 3 deletions

View file

@ -15,7 +15,7 @@
&__panel {
& > .b3-tab-bar {
user-select: none;
width: 148px;
width: 200px;
overflow: auto;
padding: 8px 0;
box-sizing: border-box;

View file

@ -1,7 +1,8 @@
.b3-card {
box-shadow: var(--b3-point-shadow);
background-color: var(--b3-theme-surface);
width: 226px;
width: calc(25% - 18px);
min-width: 200px;
border-radius: 4px;
margin: 8px;
overflow: hidden;

View file

@ -4,7 +4,8 @@
& > .b3-tab-bar {
width: auto;
.b3-list-item__text {
.b3-list-item__text,
.b3-form__icon {
display: none;
}