Skip to content

Commit 4883d96

Browse files
authored
feat: optimize ui design (#312)
1 parent 8b4ef5b commit 4883d96

File tree

3 files changed

+6
-48
lines changed

3 files changed

+6
-48
lines changed

src/assets/style/realize/element-variable.scss

+5-1
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,10 @@ thead tr {
337337
font-size: 16px;
338338
font-weight: 500;
339339
}
340+
.el-dialog__headerbtn{
341+
font-size: 20px;
342+
top: 16px;
343+
}
340344
// tab
341345
.el-tabs__item.is-active {
342346
color: $theme;
@@ -902,7 +906,7 @@ $typeMap: (primary:#3963BC,
902906
@include e(header) {
903907
border-top-left-radius:12px;
904908
border-top-right-radius:12px;
905-
background:rgba(206,218,240,1);
909+
// background:rgba(206,218,240,1);
906910
}
907911
@include e(title) {
908912
color: #333333;

src/component/layout/reuse-tab.vue

+1
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ export default {
158158
this.$router.push(this.defaultRoute)
159159
},
160160
closeOthers() {
161+
this.$router.push(this.histories[this.index].path)
161162
this.histories = []
162163
},
163164
closeLeft() {

tests/unit/LIcon.test.js

-47
This file was deleted.

0 commit comments

Comments
 (0)