完善订单

This commit is contained in:
魏啾
2024-03-07 18:29:29 +08:00
parent fc810fd02f
commit f0b7169a29
6 changed files with 61 additions and 98 deletions

View File

@@ -40,16 +40,16 @@
设置
</div>
</div>
<!-- <div class="drawerbox_bo_box_itembox" @click="screenref.show()">
<div class="drawerbox_bo_box_itembox" @click="screenref.shows()">
<div class="drawerbox_bo_box_icon">
<el-icon size="40" style="margin:30px;">
<Setting />
<Switch />
</el-icon>
</div>
<div class="drawerbox_bo_box_icontext">
锁屏
</div>
</div> -->
</div>
</div>
</div>
</div>
@@ -63,12 +63,13 @@
</div>
</el-drawer>
</div>
<!-- <screen ref="screenref"></screen> -->
<screen ref="screenref"></screen>
</template>
<script setup>
import { ref } from 'vue'
import { useUser } from "@/store/user.js"
import screen from '@/components/screen.vue'
import packageData from '../../package.json'
const store = useUser()
@@ -96,9 +97,9 @@ defineExpose({
.boxabsolute {
position: absolute;
width: 100%;
bottom: 20px;
left: 50%;
transform: translate(-50%);
div {
color: #8c9196;
text-align: center;