Explorar o código

feat: 设计稿750px, 使用 rpx 即可

菲鸽 %!s(int64=2) %!d(string=hai) anos
pai
achega
691fabeb78
Modificáronse 1 ficheiros con 8 adicións e 1 borrados
  1. 8 1
      src/pages/index/about.vue

+ 8 - 1
src/pages/index/about.vue

@@ -19,7 +19,8 @@
     <view class="text-center mt-8">
       <wd-button type="primary">wot 组件库测试</wd-button>
     </view>
-    <view>测试设计稿样式</view>
+    <view class="desc">测试设计稿样式</view>
+    <view class="desc">设计稿是750px,css里面全部写rpx 即可</view>
   </view>
 </template>
 
@@ -27,3 +28,9 @@
 // 获取屏幕边界到安全区域距离
 const { safeAreaInsets } = uni.getSystemInfoSync()
 </script>
+
+<style lang="scss" scoped>
+.desc {
+  width: 700rpx;
+}
+</style>