style(unwindSwapTrade): 调整输入框宽度样式
- 将 swap-delivery-price-input-unwind 的宽度从 160px 调整为 140px - 将 swap-delivery-price-input-income 的宽度从 160px 调整为 140px
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user