lisaac / luci-app-diskman

Disk Manager for LuCI
GNU Affero General Public License v3.0
400 stars 112 forks source link

x86 platform system hard disk displays abnormally #3

Closed zdz2019 closed 4 years ago

zdz2019 commented 4 years ago

x86 platform system partition is displayed abnormally. Snipaste_2020-01-06_10-58-55 Snipaste_2020-01-06_11-00-06

Another way is displayed normally, provide documents for reference. luci-mod-admin-full.zip

lisaac commented 4 years ago

是的,这是个问题,也不是个问题,严格来讲这其实是正常的,只是不那么优雅

导致现在这种情况原因是,显示的分区宽度是严格按照分区(包括未分配)比例进行调整的。有些分区占比特别小,有可能看不到,但它是确实存在的,光标定位上会有显示

另外解释下,下图中看起来比较优雅,但比例是失衡的,分区很多的情况下也可能有变形,而且此方案是用的 table 布局,而新 luci 采用 div 模拟 table

所以这是个取舍问题,可能下次把这些细节细化一下