build: build_error (#2662)

This commit is contained in:
shaohuzhang1 2025-03-24 16:02:43 +08:00 committed by GitHub
parent 13ce966caa
commit c526a27796
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,7 +108,6 @@ import applicationApi from '@/api/application'
import { datetimeFormat } from '@/utils/time'
import { MsgError } from '@/utils/message'
import bus from '@/bus'
import { da } from 'element-plus/es/locale'
const route = useRoute()
const {
@ -511,9 +510,7 @@ onMounted(() => {
})
</script>
<style lang="scss" scoped>
@media only screen and (max-width: 420px) {
.chat-operation-button {
display: block;
}