This commit is contained in:
0xJacky 2022-08-03 20:23:04 +08:00
parent 3fef0cf2ac
commit 021a417624
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0
6 changed files with 11 additions and 6 deletions

View file

@ -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>

View file

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

View file

@ -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 {

View file

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

View file

@ -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'])

View file

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