We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47e0e8 commit 000b2c3Copy full SHA for 000b2c3
frontend/src/views/ds/DataTable.vue
@@ -424,6 +424,7 @@ const btnSelectClick = (val: any) => {
424
<div v-if="btnSelect === 'd'" class="field-name">
425
<el-input
426
v-model="fieldName"
427
+ style="width: 240px"
428
:placeholder="t('dashboard.search')"
429
autocomplete="off"
430
clearable
@@ -827,7 +828,6 @@ const btnSelectClick = (val: any) => {
827
828
position: absolute;
829
right: 16px;
830
top: 16px;
- width: 360px;
831
display: flex;
832
}
833
0 commit comments