|
|
@@ -112,13 +112,12 @@
|
|
112
|
112
|
</div>
|
|
113
|
113
|
<div class="mt-2 text-sm">{{ appeal.content }}</div>
|
|
114
|
114
|
<div class="mt-1 text-xs text-red-500">{{ appeal.warning }}</div>
|
|
115
|
|
- <el-button
|
|
116
|
|
- class="hidden group-hover:block absolute -top-0 -right-0 !p-1 !rounded-tl-none !rounded-br-none bg-red-500 text-white shadow-md"
|
|
117
|
|
- @click.stop="removeAppeal(index)">
|
|
118
|
|
- <el-icon class="text-xs">
|
|
119
|
|
- <Close />
|
|
|
115
|
+ <div class="hidden group-hover:block absolute -bottom-1 right-1 !p-1 !rounded-tl-none !rounded-br-none">
|
|
|
116
|
+ <el-icon class="text-xs " @click.stop="removeAppeal(index)" style="color: #ff4d4f;">
|
|
|
117
|
+ <Delete />
|
|
120
|
118
|
</el-icon>
|
|
121
|
|
- </el-button>
|
|
|
119
|
+
|
|
|
120
|
+ </div>
|
|
122
|
121
|
</div>
|
|
123
|
122
|
</div>
|
|
124
|
123
|
</div>
|