File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " vue-element-ui-x" ,
3- "version" : " 0.1.7 -beta" ,
3+ "version" : " 0.1.8 -beta" ,
44 "description" : " 基于Vue 2 + Element UI的AI聊天组件库" ,
55 "main" : " lib/index.esm.js" ,
66 "module" : " lib/index.umd.js" ,
Original file line number Diff line number Diff line change 5959 <transition name =" rotate" >
6060 <span
6161 v-if =" !disabled"
62- class =" arrow el-icon-center"
62+ class =" thinking- arrow el-icon-center"
6363 :class =" { expanded: isExpanded }"
6464 >
6565 <slot name =" arrow" >
Original file line number Diff line number Diff line change 5757 font-size : $--el-x-font-size-medium ;
5858}
5959
60- .arrow {
60+ .thinking- arrow {
6161 margin-left : auto ;
6262 transition : transform var (--el-x-thinking-animation-duration );
6363}
6464
65- .arrow.expanded {
65+ .thinking- arrow.expanded {
6666 transform : rotate (180deg );
6767}
6868
You can’t perform that action at this time.
0 commit comments