File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
- <Tabs value =" name1" :animated =" true" >
2
+ <Tabs value =" name1" :animated =" false" >
3
+ <Tab-pane label =" test" name =" test" >
4
+ <Tabs type =" card" v-bind:animated =" true" >
5
+ <Tab-pane label =" 标签2一" >标签2一的内容</Tab-pane >
6
+ <Tab-pane label =" 标签2二" >标签2二的内容</Tab-pane >
7
+ <Tab-pane label =" 标签2三" >标签2三的内容</Tab-pane >
8
+ </Tabs >
9
+ </Tab-pane >
3
10
<Tab-pane :label =" label1" name =" name1" >
4
11
<Table :columns =" columns1" :data =" data1" ></Table >
5
12
</Tab-pane >
Original file line number Diff line number Diff line change 198
198
}
199
199
200
200
.@{tabs-prefix-cls} -no-animation {
201
- .@{tabs-prefix-cls} -content {
201
+ > .@{tabs-prefix-cls} -content {
202
202
transform : none !important ;
203
203
204
204
> .@{tabs-prefix-cls} -tabpane-inactive {
You can’t perform that action at this time.
0 commit comments