This commit is contained in:
A1300399510
2023-07-26 19:29:12 +08:00
parent 77b5e5e6aa
commit 676b20981e
2 changed files with 14 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
<template>
<!-- 关于发布弹窗 -->
<div class="flexcenter pop-mask" v-if="popState">
<!-- <div class="flexcenter pop-mask" v-if="popState"> -->
<div class="btn"></div>
<div class="flexcenter pop-mask" v-if="false">
<div class="pop about-pop shadow">
<div class="about-title">关于发布</div>
<div class="about-tab flexacenter">
@@ -70,6 +72,15 @@ export default {
</script>
<style lang="less" scoped>
.btn {
width: 100%;
height: 100%;
background-color: antiquewhite;
position: absolute;
top: 0;
left: 0;
}
.close {
height: 50px;
width: 180px;