jerrykuku / luci-theme-argon

Argon is a clean and tidy OpenWrt LuCI theme that allows users to customize their login interface with images or videos. It also supports automatic and manual switching between light and dark modes.
Apache License 2.0
3.94k stars 786 forks source link

18.06 lede样式调整 #427

Closed yhl452493373 closed 1 year ago

yhl452493373 commented 1 year ago
SpeedPartner commented 1 year ago

openclash的子标签间距,在哪个页面不一致?如果只是日志页面,建议只改openclash日志页面的,不要改所有openclash下的; 按你的方法更改的话,openclash下大多数的子标签间距会过大,且和其他非openclash的子标签间距不一致,用你的话说,就是"整体不协调"....

yhl452493373 commented 1 year ago

openclash的子标签间距,在哪个页面不一致?如果只是日志页面,建议只改openclash日志页面的,不要改所有openclash下的; 按你的方法更改的话,openclash下大多数的子标签间距会过大,且和其他非openclash的子标签间距不一致,用你的话说,就是"整体不协调"....

我已经整体编译过一遍放到我软路由上看过了,固件更新页面,日志页面,openclash页面,的我已经全看过了。没问题。

openclash的tab间距问题,具体原因为有些tab下的li是换行了的,相当于多了一个英文空格,会占用4像素宽度,把字体字号设为0以后openclash的所有tab下的li默认是没有空格的,因此在li上增加了4像素的右间距,还原原本tab之间的间距。

yhl452493373 commented 1 year ago

openclash的子标签间距,在哪个页面不一致?如果只是日志页面,建议只改openclash日志页面的,不要改所有openclash下的; 按你的方法更改的话,openclash下大多数的子标签间距会过大,且和其他非openclash的子标签间距不一致,用你的话说,就是"整体不协调"....

具体效果看下图

textarea去掉阴影后系统日志页面: 日志

增加内边距后的刷写固件页面: 刷新固件 - 验证

统一间距后的openclash的tab: tab页6 tab页5 tab页4 tab页3 tab页2 tab页1

去掉边框后的textarea: textarea

非openclash下的tab: 非openclash 3 非openclash 2 非openclash 1

yhl452493373 commented 1 year ago

下面是当前openclash有问题的tab效果: openclash当前一键生成页tab openclash当前规则页tab openclash当前日志页tab

SpeedPartner commented 1 year ago

感谢PR~