forked from github/dataease
feat(frontend):UI fix
This commit is contained in:
parent
ead3efcef9
commit
d922fe1175
@ -1,11 +1,12 @@
|
||||
<template>
|
||||
<el-col>
|
||||
<el-row>
|
||||
<el-col style="width: 200px;">
|
||||
<el-form ref="form" :model="form" label-width="100px" size="mini" class="row-style">
|
||||
<el-form-item :label="$t('dataset.showRow')">
|
||||
<el-col style="width: 300px;">
|
||||
<el-form ref="form" :model="form" size="mini" class="row-style">
|
||||
<el-form-item>
|
||||
<span style="width: 100px;">{{ $t('dataset.showRow') }}</span>
|
||||
<el-input v-model="form.row">
|
||||
<el-button slot="append" icon="el-icon-search" @click="reSearch" />
|
||||
<el-button size="mini" slot="append" icon="el-icon-search" @click="reSearch" />
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
@ -156,6 +157,11 @@ export default {
|
||||
.row-style>>>.el-form-item--mini.el-form-item{
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.row-style>>>.el-form-item__content{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
width: 250px;
|
||||
}
|
||||
.el-pagination{
|
||||
float: right;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user