File tree Expand file tree Collapse file tree 7 files changed +460
-435
lines changed Expand file tree Collapse file tree 7 files changed +460
-435
lines changed Original file line number Diff line number Diff line change 13
13
@apply h- [51px ] rounded-md font-semibold text-sm tracking-wide px- [11px ] #{!important } ;
14
14
}
15
15
.el-button.el-button--small {
16
- @apply rounded max-w-fit text-xs font-semibold tracking-wide p-0 .5 py-3 .25 #{!important } ;
16
+ @apply rounded text-xs font-semibold tracking-wide p-0 .5 py-3 .25 #{!important } ;
17
17
}
18
18
.el-button.el-button--default.el-button--small {
19
19
@apply rounded max-w-fit h- [25px ] #{!important } ;
Original file line number Diff line number Diff line change @@ -413,10 +413,16 @@ export default defineComponent({
413
413
@apply m- 0;
414
414
}
415
415
.el-dropdown-menu__item :first-child {
416
- @apply m-0 hover :bg- white rounded- lg;
416
+ @apply m-0 bg-white rounded-lg ;
417
+ & :hover {
418
+ @apply bg-white #{!important } ;
419
+ }
417
420
}
418
421
.el-dropdown-menu__item {
419
- @apply m-0 hover :bg- slate- 50;
422
+ @apply m- 0;
423
+ & :hover {
424
+ @apply bg-secondary #{!important } ;
425
+ }
420
426
}
421
427
}
422
428
.profile-popper {
@@ -426,12 +432,18 @@ export default defineComponent({
426
432
}
427
433
.el-dropdown-menu {
428
434
@apply py-2 #{!important } ;
429
- }
430
- .el-dropdown-menu__item :first-child {
431
- @apply m-0 hover :bg- white rounded- lg;
432
- }
433
- .el-dropdown-menu__item {
434
- @apply m-0 hover :bg- slate- 50;
435
+ .el-dropdown-menu__item :first-child {
436
+ @apply m-0 rounded-lg ;
437
+ & :hover {
438
+ @apply bg-white #{!important } ;
439
+ }
440
+ }
441
+ .el-dropdown-menu__item {
442
+ @apply m- 0;
443
+ & :hover {
444
+ @apply bg-secondary #{!important } ;
445
+ }
446
+ }
435
447
}
436
448
}
437
449
</style >
Original file line number Diff line number Diff line change 64
64
</div >
65
65
66
66
<router-view v-slot =" { Component }" >
67
- <div class =" px-4 sm :px-7.5 lg:px-[28.5px]" >
67
+ <div class =" px-4 md :px-7.5 lg:px-[28.5px]" >
68
68
<component :is =" Component" class =" py-1.25 lg:px-1.5 lg:pl-[6px]" />
69
69
</div >
70
70
</router-view >
Original file line number Diff line number Diff line change 57
57
<template #header >
58
58
<h3 class =" cursor-auto mb-0 text-card-title" >Outline</h3 >
59
59
</template >
60
- <div class =" flex flex-wrap gap-3" >
60
+ <div class =" flex flex-wrap gap-3.25 " >
61
61
<div >
62
62
<el-button plain class =" " >Default</el-button >
63
63
</div >
You can’t perform that action at this time.
0 commit comments