Commit 4ee97352 by 李嘉林

横向标签箭头显示判断修改

parent e1a219f6
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
class="floatArrow" class="floatArrow"
:class="[ :class="[
'floatArrow' + componentIndex, 'floatArrow' + componentIndex,
tabSlideArrow == 2 && !tabList.length<5 ? '' : 'hideArrow', tabSlideArrow == 1 && tabList.length>5 ? '' : 'hideArrow',
]" ]"
> >
<div class="left" @click="moveTab(-1)"> <div class="left" @click="moveTab(-1)">
...@@ -454,6 +454,7 @@ export default { ...@@ -454,6 +454,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.transverse-label { .transverse-label {
position: relative;
.min-height { .min-height {
height: 100px; height: 100px;
text-align: center; text-align: center;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment