File tree 5 files changed +23
-4
lines changed
cli-ui-addon-webpack/src/components
5 files changed +23
-4
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ export default {
141
141
.wrapper ::after
142
142
transition opacity .2s
143
143
.vue-ui-icon
144
- transition visibility 0
144
+ transition opacity 0
145
145
& .v-enter-active
146
146
.wrapper ::after ,
147
147
.vue-ui-icon
@@ -153,7 +153,7 @@ export default {
153
153
opacity 0
154
154
& .v-enter
155
155
.vue-ui-icon
156
- visibility hidden
156
+ opacity 0
157
157
& .v-leave-to
158
158
opacity 0
159
159
</style >
Original file line number Diff line number Diff line change @@ -320,11 +320,13 @@ export default {
320
320
321
321
.content
322
322
display flex
323
- flex-direction row
323
+ flex-direction column
324
324
position relative
325
325
326
326
.donut
327
327
width 100%
328
+ flex auto 1 1
329
+ height 0
328
330
& .hover
329
331
cursor pointer
330
332
Original file line number Diff line number Diff line change @@ -63,3 +63,12 @@ export default {
63
63
}
64
64
}
65
65
</script >
66
+
67
+ <style lang="stylus" scoped>
68
+ @import "~@/style/imports"
69
+
70
+ .project-configurations
71
+ .content-view /deep/ > .content
72
+ overflow-y hidden
73
+ </style >
74
+
Original file line number Diff line number Diff line change @@ -53,3 +53,11 @@ export default {
53
53
}
54
54
}
55
55
</script >
56
+
57
+ <style lang="stylus" scoped>
58
+ @import "~@/style/imports"
59
+
60
+ .project-plugins
61
+ .content-view /deep/ > .content
62
+ overflow-y auto
63
+ </style >
Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ export default {
306
306
border-radius $br
307
307
308
308
.content
309
- flex 100 % 1 1
309
+ flex auto 1 1
310
310
height 0
311
311
margin 0 $padding-item $padding-item
312
312
position relative
You can’t perform that action at this time.
0 commit comments