diff --git a/common/uni.css b/common/uni.css index 666124f58a0cc1bbd59bcf06c5142420deb0d0b1..ec92962bcee8b82d399a005b429e14d2286c813f 100644 --- a/common/uni.css +++ b/common/uni.css @@ -45,6 +45,7 @@ display: flex; flex-direction: column; padding-left: 30rpx; + border-bottom: 1px solid #c8c7cc; } .uni-list-cell { @@ -68,8 +69,7 @@ } .uni-list-cell-left { - font-size: 28rpx; - padding: 0 30rpx; + padding: 0 30rpx 0 20rpx; } .uni-list-cell-db, @@ -78,19 +78,21 @@ } .uni-label { - width: 210rpx; - /* word-wrap: break-word; - word-break: break-all; - text-indent:20rpx; */ + width: 210rpx; + font-size: 28rpx; + /* word-wrap: break-word; + word-break: break-all; + text-indent:20rpx; */ } .uni-input { - height: 50rpx; - padding: 15rpx 25rpx; - line-height:50rpx; - font-size:28rpx; - background:#FFF; - flex: 1; + height: 50rpx; + padding: 15rpx 25rpx; + line-height: 50rpx; + font-size: 28rpx; + background: #FFF; + flex: 1; + box-sizing: content-box; } .uni-flex { diff --git a/pages.json b/pages.json index 1306b07eb2401c5c9db54e5e7610bcfeb13c947c..ff494f116694bb3ac993b17baf0f14a3e04bdacf 100644 --- a/pages.json +++ b/pages.json @@ -1,6 +1,5 @@ { "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages - { "path": "pages/tabBar/component/component", "style": { @@ -19,7 +18,6 @@ "navigationBarTitleText": "scroll-view" } }, - { "path": "pages/component/text/text", "style": { @@ -81,7 +79,6 @@ "navigationBarTitleText": "页面跳转" } }, - { "path": "pages/API/navigator/new-page/new-uvue-page-1", "style": { @@ -93,8 +90,13 @@ "style": { "navigationBarTitleText": "新UVUE页面2" } + }, + { + "path": "pages/API/storage/storage", + "style": { + "navigationBarTitleText": "数据存储" + } } - ], "globalStyle": { "navigationBarTextStyle": "black", diff --git a/pages/API/storage/storage.uvue b/pages/API/storage/storage.uvue index 4d750e4802aa9d049a6a5fd54672e7c2d3b670f0..ab60e4e720dd9d423be5f27ace907e244a75dcf0 100644 --- a/pages/API/storage/storage.uvue +++ b/pages/API/storage/storage.uvue @@ -3,7 +3,7 @@ - + key diff --git a/pages/component/button/button.uvue b/pages/component/button/button.uvue index 32228213da5c71f093710472e976764a54138a56..8e7d90f2438ad47e4c90019183015e94c309816f 100644 --- a/pages/component/button/button.uvue +++ b/pages/component/button/button.uvue @@ -66,7 +66,7 @@ .button-sp-area { margin: 0 auto; - width: 60%; + width: 70%; } .mini-btn { diff --git a/pages/tabBar/API/API.uvue b/pages/tabBar/API/API.uvue index f15fafeaeab848fb79527256b976922fd0cb07ed..93b5c5e9ba82dfaf17cb55fb640f9feb24fa9b6b 100644 --- a/pages/tabBar/API/API.uvue +++ b/pages/tabBar/API/API.uvue @@ -317,7 +317,8 @@ pages: [ { name: "数据存储(key-value)", - url: "storage", + url: "storage", + enable: true }, // #ifdef APP-PLUS {