diff options
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/xui/form/inbound.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/inbound.html b/web/html/xui/form/inbound.html index 9b4c7904..383105ac 100644 --- a/web/html/xui/form/inbound.html +++ b/web/html/xui/form/inbound.html @@ -53,7 +53,7 @@ </span> <a-date-picker :show-time="{ format: 'HH:mm:ss' }" format="YYYY-MM-DD HH:mm:ss" :dropdown-class-name="themeSwitcher.darkCardClass" - v-model="dbInbound._expiryTime" style="width: 300px;"></a-date-picker> + v-model="dbInbound._expiryTime" style="width: 250px;"></a-date-picker> </a-form-item> </a-form> |
