ui: remove inline styles in platform order show receipts sections

This commit is contained in:
萝卜
2026-03-14 07:23:10 +00:00
parent cd2397674c
commit ecb227761c
2 changed files with 45 additions and 39 deletions

View File

@@ -161,7 +161,13 @@ button.btn-sm{
}
textarea.w-full,input.w-full{width:100%;}
input.w-140{width:140px;}
.w-100{width:100px;}
.w-120{width:120px;}
.w-140{width:140px;}
.w-160{width:160px;}
.w-200{width:200px;}
input.w-90{width:90px;}
.block{display:block;}
.inline{display:inline;}