Commit d4e12198 authored by tangfh's avatar tangfh

ui 微调

parent e366b0a4
......@@ -8,6 +8,7 @@ const navigationBarUI = {
const scrollViewUI = {
height1: 0, //只有导航栏时,scroll-view 的高度
height2: 0, //有导航栏 和 底部 tabBar 时,scroll-view 的高度
}
const statusViewUI = {
......@@ -47,6 +48,7 @@ function init() {
statusBarUI.height = systemInfo.statusBarHeight
navigationBarUI.height = statusBarUI.height + 44
scrollViewUI.height1 = systemInfo.screenHeight - navigationBarUI.height - systemInfo.safeAreaInsets.bottom
scrollViewUI.height2 = systemInfo.screenHeight - navigationBarUI.height - 44 - systemInfo.safeAreaInsets.bottom
statusViewUI.width = systemInfo.screenWidth
statusViewUI.height = systemInfo.screenHeight - navigationBarUI.height - 44 - systemInfo.safeAreaInsets.bottom
}
......
## 1.0.2(2024-05-29)
1.0.2
## 1.0.1(2024-05-28)
1.0.1
## 1.0.0(2024-05-28)
......
<template>
<!-- 表单显示/输入 -->
<view class="f-multi-text flex-column" @click="onClick" :class="{'active': ui.clickActive}"
<view class="f-multi-text flex-column" :class="{'active': ui.clickActive}"
:style="[ui.style ? ui.style : {}]">
<view class="f-multi-text-v-middle flex-row row-center-v">
<view class="f-multi-text-v-left flex-row row-center-v">
......@@ -110,6 +110,7 @@
}
.f-multi-text-v-right-c-text {
height: 100%;
line-height: 100%;
width: 100%;
font-size: $uni-font-size-base;
......
{
"id": "f-multi-text-01",
"displayName": "f-multi-text-01",
"version": "1.0.1",
"version": "1.0.2",
"description": "f-multi-text-01",
"keywords": [
"f-multi-text-01"
......
## 1.0.2(2024-05-29)
1.0.2
## 1.0.1(2024-05-29)
1.0.1
## 1.0.0(2024-05-29)
f-status-view
......@@ -71,12 +71,12 @@
}
.i-status {
width: 320rpx;
height: 320rpx;
width: 480rpx;
height: 480rpx;
}
.t-status {
color: $uni-text-color-grey;
font-size: 24rpx;
font-size: 28rpx;
}
</style>
\ No newline at end of file
{
"id": "f-status-view",
"displayName": "f-status-view",
"version": "1.0.0",
"version": "1.0.2",
"description": "页面状态(loading、empty、error)",
"keywords": [
"f-status-view"
],
"repository": "",
"repository": "http://git.guoguodz.com/tangfh/fashion-ui",
"engines": {
"HBuilderX": "^3.1.0"
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment