Skip to content

Commit 021a417

Browse files
committed
bug fix
1 parent 3fef0cf commit 021a417

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

frontend/src/components/StdDataDisplay/StdTable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ watch(params, () => {
183183
>
184184
<template #action>
185185
<div class="reset-btn">
186-
<a-button @click="reset_search">重置</a-button>
186+
<a-button @click="reset_search" v-translate>Reset</a-button>
187187
</div>
188188
</template>
189189
</std-data-entry>

frontend/src/components/StdDataEntry/style.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.std-data-entry-action {
2-
@media (max-width: 350px) {
2+
@media (max-width: 375px) {
33
display: block;
44
width: 100%;
55
margin: 10px 0;

frontend/src/layouts/BaseLayout.vue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ body {
169169
box-shadow: 0 1px 0 0 #e8e8e8;
170170
}
171171
172-
.ant-menu-inline .ant-menu-selected::after, .ant-menu-inline .ant-menu-item-selected::after {
172+
.ant-menu-inline, .ant-menu-vertical, .ant-menu-vertical-left {
173173
border-right: 0 !important;
174174
}
175175
}
@@ -180,6 +180,11 @@ body {
180180
background-color: transparent !important;
181181
}
182182
}
183+
184+
.ant-menu {
185+
background: unset !important;
186+
}
187+
183188
}
184189
185190
.ant-table-small {

frontend/src/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"1.5.0","build_id":23,"total_build":93}
1+
{"version":"1.5.0","build_id":24,"total_build":94}

frontend/src/views/domain/cert/CertInfo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script setup lang="ts">
22
import {CloseCircleOutlined, CheckCircleOutlined} from '@ant-design/icons-vue'
33
import dayjs from 'dayjs'
4-
import {defineProps, reactive, ref} from 'vue'
4+
import {reactive, ref} from 'vue'
55
import domain from '@/api/domain'
66
77
const props = defineProps(['domain'])

frontend/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"1.5.0","build_id":23,"total_build":93}
1+
{"version":"1.5.0","build_id":24,"total_build":94}

0 commit comments

Comments
 (0)