From 4121ced3dc19f77281e05cb1778099e99aaff069 Mon Sep 17 00:00:00 2001 From: wanganxp Date: Thu, 2 May 2024 01:58:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E8=BD=AF=E9=94=AE=E7=9B=98?= =?UTF-8?q?=E4=B8=8A=E6=8E=A8=E9=A1=B5=E9=9D=A2=E7=9A=84=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hybrid/html/local.html | 2 + pages/template/navbar-lite/navbar-lite.uvue | 173 +++++++++++--------- 2 files changed, 99 insertions(+), 76 deletions(-) diff --git a/hybrid/html/local.html b/hybrid/html/local.html index 8cf0ea12..eafd76ec 100644 --- a/hybrid/html/local.html +++ b/hybrid/html/local.html @@ -46,6 +46,8 @@

<input type="file" accept="image/*" multiple />

+

普通input

+ diff --git a/pages/template/navbar-lite/navbar-lite.uvue b/pages/template/navbar-lite/navbar-lite.uvue index 7c3836f9..bcbb66b2 100644 --- a/pages/template/navbar-lite/navbar-lite.uvue +++ b/pages/template/navbar-lite/navbar-lite.uvue @@ -1,91 +1,112 @@ - @@ -108,11 +129,11 @@ margin: 5px 10px; background-color: #fff; border-radius: 5px; - } - - .cell-item { - display: flex; - flex-direction: column; + } + + .cell-item { + display: flex; + flex-direction: column; } .text { -- GitLab