We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ce966 commit c526a27Copy full SHA for c526a27
ui/src/components/ai-chat/component/operation-button/ChatOperationButton.vue
@@ -108,7 +108,6 @@ import applicationApi from '@/api/application'
108
import { datetimeFormat } from '@/utils/time'
109
import { MsgError } from '@/utils/message'
110
import bus from '@/bus'
111
-import { da } from 'element-plus/es/locale'
112
113
const route = useRoute()
114
const {
@@ -511,9 +510,7 @@ onMounted(() => {
511
510
})
512
</script>
513
<style lang="scss" scoped>
514
-
515
@media only screen and (max-width: 420px) {
516
517
.chat-operation-button {
518
display: block;
519
}
0 commit comments