@litianxiang/portal-ui 0.0.23 → 0.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -793,7 +793,7 @@
|
|
|
793
793
|
.el-button {
|
|
794
794
|
padding: 10px 14px !important;
|
|
795
795
|
border: 1px solid #ccc !important;
|
|
796
|
-
height:
|
|
796
|
+
height: 32px !important;
|
|
797
797
|
transition: all 0.3s;
|
|
798
798
|
font-weight: 400;
|
|
799
799
|
font-size: var(--el-font-size) !important;
|
|
@@ -3487,6 +3487,8 @@
|
|
|
3487
3487
|
margin-top: 0 !important;
|
|
3488
3488
|
margin-bottom: 0 !important;
|
|
3489
3489
|
border-bottom: none !important;
|
|
3490
|
+
border-left: none !important;
|
|
3491
|
+
border-right: 1px solid var(--el-border-color-light);
|
|
3490
3492
|
box-sizing: border-box;
|
|
3491
3493
|
transition: background-color 0.28s cubic-bezier(0.22, 1, 0.36, 1), color 0.28s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1);
|
|
3492
3494
|
will-change: background-color, color, border-color;
|