File tree 6 files changed +13
-6
lines changed
6 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ import { analysisType } from '@/management/config/analysisConfig'
41
41
.right {
42
42
width : 100% ;
43
43
height : 100% ;
44
- min-width : 1160 px ;
44
+ min-width : 1300 px ;
45
45
display : flex ;
46
46
flex-direction : column ;
47
47
overflow : hidden ;
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ onMounted(async () => {
60
60
}
61
61
62
62
.right {
63
- min-width : 1160 px ;
63
+ min-width : 1300 px ;
64
64
height : 100% ;
65
65
padding-left : 80px ;
66
66
overflow : hidden ;
Original file line number Diff line number Diff line change @@ -18,14 +18,19 @@ const tabSelected = ref<string>('0')
18
18
</script >
19
19
<style lang="scss" scoped>
20
20
.tab-box {
21
- width : 300 px ;
21
+ width : 360 px ;
22
22
height : 100% ;
23
23
box-shadow : none ;
24
24
border : none ;
25
- overflow-y : auto ;
25
+ display : flex ;
26
+ flex-direction : column ;
26
27
:deep (.el-tabs__nav ) {
27
28
width : 100% ;
28
29
}
30
+ :deep(.el-tabs__content ) {
31
+ flex : 1 ;
32
+ overflow-y : auto ;
33
+ }
29
34
:deep(.el-tabs__item ) {
30
35
text-align : center ;
31
36
}
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ const handleChangePreview = (data: any) => {
45
45
</script >
46
46
<style lang="scss" scoped>
47
47
.tab-box {
48
- width : 300 px ;
48
+ width : 360 px ;
49
49
height : 100% ;
50
50
box-shadow : none ;
51
51
border : none ;
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ const changePreset = (banner: any) => {
87
87
</script >
88
88
<style lang="scss" scoped>
89
89
.tab-box {
90
- width : 300 px ;
90
+ width : 360 px ;
91
91
height : 100% ;
92
92
box-shadow : none ;
93
93
border : none ;
Original file line number Diff line number Diff line change 55
55
.navbar-tab {
56
56
position : absolute ;
57
57
top : 10px ;
58
+ left : 50% ;
59
+ transform : translate (-50% );
58
60
cursor : pointer ;
59
61
:deep (.el-radio-button__original-radio + .el-radio-button__inner ) {
60
62
font-size : 12px ;
You can’t perform that action at this time.
0 commit comments