style(管理员中心): 商品赠送页

This commit is contained in:
hzj 2025-09-25 12:10:58 +08:00
parent 9e38eb7030
commit a66789700b

View File

@ -70,22 +70,7 @@
<!-- 弹窗 --> <!-- 弹窗 -->
<!-- 遮罩层 --> <!-- 遮罩层 -->
<div <maskLayer :maskLayerShow="dialogshow" @click="closedPopup">
style="
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 9999;
background-color: #00000080;
display: flex;
justify-content: center;
align-items: center;
"
v-show="dialogshow"
@click="closedPopup"
>
<div <div
style=" style="
padding: 20px; padding: 20px;
@ -94,6 +79,7 @@
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
border-radius: 20px; border-radius: 20px;
margin: 20% 5%;
" "
@click.stop @click.stop
> >
@ -137,13 +123,14 @@
</button> </button>
</div> </div>
</div> </div>
</div> </maskLayer>
</div> </div>
</div> </div>
</template> </template>
<script setup> <script setup>
import MobileHeader from '../components/MobileHeader.vue' import MobileHeader from '../components/MobileHeader.vue'
import maskLayer from '../components/MaskLayer.vue'
import { onMounted, ref, computed } from 'vue' import { onMounted, ref, computed } from 'vue'
import { getAdminCenterList, giveProps, hasSendGiftsPermission } from '@/api/itemDistribution' import { getAdminCenterList, giveProps, hasSendGiftsPermission } from '@/api/itemDistribution'
import { searchUser } from '@/api/userInfo' import { searchUser } from '@/api/userInfo'