|
|
@@ -180,7 +180,7 @@ defineExpose({
|
|
|
<!-- 上方显示的弹窗 -->
|
|
|
<div class="AIRobot-top" v-if="isShowDefault">
|
|
|
<div class="flex_end" @click="HideAIRobotTop">
|
|
|
- <div class="icon flex_center">
|
|
|
+ <div class="icon flex_center icon-AI">
|
|
|
<span class="iconfont_icon icon_dark AI_icon">
|
|
|
<svg class="iconfont" aria-hidden="true">
|
|
|
<use xlink:href="#icon-icon_reject_b"></use>
|
|
|
@@ -221,7 +221,7 @@ defineExpose({
|
|
|
</div>
|
|
|
<div class="AIRobot-top" v-if="isShowAIRobotTop">
|
|
|
<div class="flex_end" @click="HideAIRobotTopTwo">
|
|
|
- <div class="icon flex_center">
|
|
|
+ <div class="icon flex_center icon-AI">
|
|
|
<span class="iconfont_icon icon_dark AI_icon">
|
|
|
<svg class="iconfont" aria-hidden="true">
|
|
|
<use xlink:href="#icon-icon_reject_b"></use>
|
|
|
@@ -298,7 +298,7 @@ defineExpose({
|
|
|
fill: var(--color-theme);
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
-.icon {
|
|
|
+.icon-AI {
|
|
|
width: 24px;
|
|
|
height: 24px;
|
|
|
background-color: var(--management-bg-color);
|