diff options
| author | Tara Rostami <132676256+TaraRostami@users.noreply.github.com> | 2024-02-17 19:22:23 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-17 19:22:23 +0300 |
| commit | 73718a5dc55595b34094239b4d5728df66417e76 (patch) | |
| tree | 73809cafcfbda769f91621a44f81b08eccaf7222 /web/html/xui/form/inbound.html | |
| parent | bb9d00a0b31b7b3ac11ab004234a7bec580d42c0 (diff) | |
UI improvements (#1813)
Diffstat (limited to 'web/html/xui/form/inbound.html')
| -rw-r--r-- | web/html/xui/form/inbound.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/xui/form/inbound.html b/web/html/xui/form/inbound.html index 048fc818..6f3705ff 100644 --- a/web/html/xui/form/inbound.html +++ b/web/html/xui/form/inbound.html @@ -54,7 +54,7 @@ <a-icon type="question-circle"></a-icon> </a-tooltip> </template> - <a-date-picker v-if="datepicker == 'gregorian'" :show-time="{ format: 'HH:mm:ss' }" format="YYYY-MM-DD HH:mm:ss" + <a-date-picker style="width: 100%;" v-if="datepicker == 'gregorian'" :show-time="{ format: 'HH:mm:ss' }" format="YYYY-MM-DD HH:mm:ss" :dropdown-class-name="themeSwitcher.currentTheme" v-model="dbInbound._expiryTime"></a-date-picker> <persian-datepicker v-else placeholder='{{ i18n "pages.settings.datepickerPlaceholder" }}' @@ -117,4 +117,4 @@ <template v-if="inbound.canSniffing()"> {{template "form/sniffing"}} </template> -{{end}}
\ No newline at end of file +{{end}} |
