mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-19 04:29:45 +08:00
💄 修复帖子页兑换码弹窗高度异常
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
<template>
|
||||
<TOverlay v-model="visible" :hide="true" :to-click="onCancel" blur-val="20px">
|
||||
<TOverlay
|
||||
v-model="visible"
|
||||
:hide="true"
|
||||
:to-click="onCancel"
|
||||
blur-val="20px"
|
||||
class="tolc-overlay"
|
||||
>
|
||||
<div class="tolc-box">
|
||||
<div class="tolc-title">
|
||||
<span>兑换码</span>
|
||||
@@ -85,6 +91,10 @@ async function shareImg(): Promise<void> {
|
||||
}
|
||||
</script>
|
||||
<style lang="css" scoped>
|
||||
.tolc-overlay {
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
.tolc-box {
|
||||
position: relative;
|
||||
width: 340px;
|
||||
|
||||
Reference in New Issue
Block a user