style(unwindSwapTrade): 调整输入框宽度样式

- 将 swap-delivery-price-input-unwind 的宽度从 160px 调整为 140px
- 将 swap-delivery-price-input-income 的宽度从 160px 调整为 140px
This commit is contained in:
张名锐
2026-08-07 17:05:31 +08:00
parent 5182ef2532
commit f52be616db
@@ -100,9 +100,9 @@ td input {
}
td input.swap-delivery-price-input-unwind {
width: 160px !important;
width: 140px !important;
}
td input.swap-delivery-price-input-income {
width: 160px !important;
width: 140px !important;
}