|
@@ -39,15 +39,14 @@
|
|
|
{{ !disabled ? t('base.edit') : '查看' }}
|
|
|
<!-- <edit-outlined /> -->
|
|
|
</span>
|
|
|
- <span
|
|
|
+ <!-- <span
|
|
|
class="share"
|
|
|
style="--hover-color: rgba(255, 255, 255, 0.5)"
|
|
|
@click="$emit('share')"
|
|
|
>
|
|
|
<i class="iconfont icon-works_share" />
|
|
|
- <!-- 分享 -->
|
|
|
{{ t('base.share') }}
|
|
|
- </span>
|
|
|
+ </span> -->
|
|
|
<span
|
|
|
class="delete"
|
|
|
style="--hover-color: #fa5555"
|
|
@@ -146,12 +145,13 @@ defineEmits<RoomSignEmit>()
|
|
|
left: 0;
|
|
|
right: 0;
|
|
|
display: flex;
|
|
|
- justify-content: space-between;
|
|
|
+ justify-content: center;
|
|
|
padding: 10px;
|
|
|
|
|
|
> span {
|
|
|
font-size: 13px;
|
|
|
color: #fff;
|
|
|
+ margin: 0 20px;
|
|
|
transition: color 0.3s ease;
|
|
|
|
|
|
i {
|