File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,22 @@ export default {
13
13
ColorPicker,
14
14
Table : {
15
15
filterTitle : '篩選器' ,
16
- filterConfirm : '確 定 ' ,
17
- filterReset : '重 置 ' ,
16
+ filterConfirm : '確定 ' ,
17
+ filterReset : '重置 ' ,
18
18
selectAll : '全部選取' ,
19
19
selectInvert : '反向選取' ,
20
+ sortTitle : '排序' ,
21
+ expand : '展開行' ,
22
+ collapse : '關閉行' ,
20
23
} ,
21
24
Modal : {
22
- okText : '確 定 ' ,
23
- cancelText : '取 消 ' ,
24
- justOkText : 'OK ' ,
25
+ okText : '確定 ' ,
26
+ cancelText : '取消 ' ,
27
+ justOkText : '知道了 ' ,
25
28
} ,
26
29
Popconfirm : {
27
- okText : '確 定 ' ,
28
- cancelText : '取 消 ' ,
30
+ okText : '確定 ' ,
31
+ cancelText : '取消 ' ,
29
32
} ,
30
33
Transfer : {
31
34
searchPlaceholder : '搜尋資料' ,
Original file line number Diff line number Diff line change 227
227
228
228
&-tbody > tr > td {
229
229
border-bottom : @border-width-base @border-style-base @border-color-split ;
230
- transition : all 0.3s , border 0 s ;
230
+ transition : background 0.3s ;
231
231
}
232
232
233
233
&-thead > tr ,
234
234
&-tbody > tr {
235
- transition : all 0.3s , height 0s ;
236
235
& .@{table-prefix-cls} -row-hover ,
237
236
& :hover {
238
237
& :not (.@{table-prefix-cls} -expanded-row ):not (.@{table-prefix-cls} -row-selected ) > td {
Original file line number Diff line number Diff line change 133
133
"markdown-it-anchor" : " ^5.3.0" ,
134
134
"marked" : " 0.3.18" ,
135
135
"merge2" : " ^1.2.1" ,
136
- "mini-css-extract-plugin" : " ^0.9 .0" ,
136
+ "mini-css-extract-plugin" : " ^0.10 .0" ,
137
137
"minimist" : " ^1.2.0" ,
138
138
"mkdirp" : " ^0.5.1" ,
139
139
"mockdate" : " ^2.0.2" ,
You can’t perform that action at this time.
0 commit comments