0xJacky 3 năm trước cách đây
mục cha
commit
021a417624

+ 1 - 1
frontend/src/components/StdDataDisplay/StdTable.vue

@@ -183,7 +183,7 @@ watch(params, () => {
         >
             <template #action>
                 <div class="reset-btn">
-                    <a-button @click="reset_search">重置</a-button>
+                    <a-button @click="reset_search" v-translate>Reset</a-button>
                 </div>
             </template>
         </std-data-entry>

+ 1 - 1
frontend/src/components/StdDataEntry/style.less

@@ -1,5 +1,5 @@
 .std-data-entry-action {
-    @media (max-width: 350px) {
+    @media (max-width: 375px) {
         display: block;
         width: 100%;
         margin: 10px 0;

+ 6 - 1
frontend/src/layouts/BaseLayout.vue

@@ -169,7 +169,7 @@ body {
         box-shadow: 0 1px 0 0 #e8e8e8;
     }
 
-    .ant-menu-inline .ant-menu-selected::after, .ant-menu-inline .ant-menu-item-selected::after {
+    .ant-menu-inline, .ant-menu-vertical, .ant-menu-vertical-left {
         border-right: 0 !important;
     }
 }
@@ -180,6 +180,11 @@ body {
             background-color: transparent !important;
         }
     }
+
+    .ant-menu {
+        background: unset !important;
+    }
+
 }
 
 .ant-table-small {

+ 1 - 1
frontend/src/version.json

@@ -1 +1 @@
-{"version":"1.5.0","build_id":23,"total_build":93}
+{"version":"1.5.0","build_id":24,"total_build":94}

+ 1 - 1
frontend/src/views/domain/cert/CertInfo.vue

@@ -1,7 +1,7 @@
 <script setup lang="ts">
 import {CloseCircleOutlined, CheckCircleOutlined} from '@ant-design/icons-vue'
 import dayjs from 'dayjs'
-import {defineProps, reactive, ref} from 'vue'
+import {reactive, ref} from 'vue'
 import domain from '@/api/domain'
 
 const props = defineProps(['domain'])

+ 1 - 1
frontend/version.json

@@ -1 +1 @@
-{"version":"1.5.0","build_id":23,"total_build":93}
+{"version":"1.5.0","build_id":24,"total_build":94}