更新部分样式,增加部分功能

This commit is contained in:
YeMingfei666 2024-09-29 16:14:34 +08:00
parent 469c1e29f7
commit 1a76727331
2 changed files with 16 additions and 1 deletions

View File

@ -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'){

View File

@ -378,3 +378,15 @@ text {
.filter-gray{
filter: grayscale(1);
}
// .u-font-20{
// font-size: 10px;
// }
// .u-font-24{
// font-size: 12px;
// }
// .u-font-28{
// font-size: 14px;
// }
// .u-font-32{
// font-size: 16px;
// }