[darkmode] better colors + add sec to calendar

This commit is contained in:
Alireza Ahmadi
2023-04-29 20:52:57 +02:00
parent e69d17be67
commit 427d008bd1
7 changed files with 18 additions and 10 deletions

View File

@@ -79,7 +79,7 @@
</td>
<td>
<a-form-item>
<a-date-picker :show-time="{ format: 'HH:mm' }" format="YYYY-MM-DD HH:mm"
<a-date-picker :show-time="{ format: 'HH:mm:ss' }" format="YYYY-MM-DD HH:mm:ss"
:dropdown-class-name="siderDrawer.isDarkTheme ? 'ant-card-dark' : ''"
v-model="dbInbound._expiryTime" style="width: 250px;"></a-date-picker>
</a-form-item>