|
@@ -44,9 +44,11 @@
|
|
|
<div class="frame-time is-more">{{ item.time }}</div>
|
|
|
<!-- v-if="(activeIndex === 2 && item.operation) || activeIndex === 1" -->
|
|
|
<div class="frame-more">
|
|
|
- <el-dropdown>
|
|
|
- <span class="el-dropdown-link">
|
|
|
- <el-link icon="el-icon-more" :underline="false" style="transform:rotate(90deg)" />
|
|
|
+ <el-dropdown class="outline: none;">
|
|
|
+ <span class="el-dropdown-more">
|
|
|
+ <el-link :underline="false">
|
|
|
+ <hc-icon name="more-2" class="more-icon" />
|
|
|
+ </el-link>
|
|
|
</span>
|
|
|
<template #dropdown>
|
|
|
<el-dropdown-menu>
|
|
@@ -222,9 +224,13 @@ const ignore = (val) => {
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
bottom: 0;
|
|
|
- right: 10px;
|
|
|
+ right: 5px;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
+ .more-icon {
|
|
|
+ color: #838791;
|
|
|
+ font-size: 20px;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|