mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 09:44:26 +08:00
make the query name input field automatically adjust its width to match the text length
This commit is contained in:
@@ -108,6 +108,8 @@ import AccountBalanceTrendsChart from '@/components/desktop/AccountBalanceTrends
|
||||
import AccountAndCategorySankeyChart from '@/components/desktop/AccountAndCategorySankeyChart.vue';
|
||||
import SwitchToMobileDialog from '@/components/desktop/SwitchToMobileDialog.vue';
|
||||
|
||||
import TextFieldAutoWidth from '@/directives/desktop/textfieldAutoWidth.ts';
|
||||
|
||||
import '@/styles/desktop/template/vuetify/index.scss';
|
||||
import '@/styles/desktop/template/template/index.scss';
|
||||
import '@/styles/desktop/template/layout/index.scss';
|
||||
@@ -550,4 +552,6 @@ app.component('AccountBalanceTrendsChart', AccountBalanceTrendsChart);
|
||||
app.component('AccountAndCategorySankeyChart', AccountAndCategorySankeyChart);
|
||||
app.component('SwitchToMobileDialog', SwitchToMobileDialog);
|
||||
|
||||
app.directive('TextFieldAutoWidth', TextFieldAutoWidth);
|
||||
|
||||
app.mount('#app');
|
||||
|
||||
Reference in New Issue
Block a user