chore(admin-ui): add w-180 width utility for filters

This commit is contained in:
萝卜
2026-03-16 01:01:04 +08:00
parent d5b6058c4f
commit 2f62a5f180
2 changed files with 33 additions and 0 deletions

View File

@@ -203,6 +203,7 @@ textarea.w-full,input.w-full{width:100%;}
.w-120{width:120px;}
.w-140{width:140px;}
.w-160{width:160px;}
.w-180{width:180px;}
.w-200{width:200px;}
input.w-90{width:90px;}