From 1a767273316293527ff50c6449ee2edd9a86e986 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Sun, 29 Sep 2024 16:14:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=83=A8=E5=88=86=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=EF=BC=8C=E5=A2=9E=E5=8A=A0=E9=83=A8=E5=88=86=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commons/class/list.js | 3 +++ commons/style/common.scss | 14 +++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/commons/class/list.js b/commons/class/list.js index abdea5b..ee1e210 100644 --- a/commons/class/list.js +++ b/commons/class/list.js @@ -34,6 +34,9 @@ class LIST{ getVal(key){ return this.data[key] } + setQuery(key,val){ + this.data.query[key]=val + } setVal(key,val){ this.data[key]=val if(key=='page'){ diff --git a/commons/style/common.scss b/commons/style/common.scss index 1fe6db8..f7a5065 100644 --- a/commons/style/common.scss +++ b/commons/style/common.scss @@ -377,4 +377,16 @@ text { } .filter-gray{ filter: grayscale(1); -} \ No newline at end of file +} +// .u-font-20{ +// font-size: 10px; +// } +// .u-font-24{ +// font-size: 12px; +// } +// .u-font-28{ +// font-size: 14px; +// } +// .u-font-32{ +// font-size: 16px; +// } \ No newline at end of file