11 lines
355 B
Vue
11 lines
355 B
Vue
<template>
|
|
<view class="mx-4 px-2 py-3 bg-white rounded-2 shadow-sm">
|
|
<image src="/static/images/bg_no_device.webp" mode="widthFix" class="w-full pt-2"></image>
|
|
<view class="ml-15% mt-3 w-70% text-center custom-bg-blue color-white py-2 rounded-2 text-3.5">
|
|
添加设备
|
|
</view>
|
|
</view>
|
|
</template>
|
|
|
|
<script setup lang="ts"></script>
|