This commit is contained in:
parent
98774541a2
commit
86c3d6d4f6
|
@ -97,8 +97,9 @@
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
<div class="pagination-box" v-if="grape.isPage">
|
<div class="pagination-box" v-if="grape.isPage">
|
||||||
<el-pagination small layout="prev, pager, next" @current-change="currentChange"
|
<el-pagination small layout="prev, pager, next, jumper" :background="true" @current-change="currentChange"
|
||||||
:current-page="data.search.page" :page-size="data.search.pageSize" :total="data.tableTotal" />
|
:current-page="data.search.page" :page-size="data.search.pageSize" :total="data.tableTotal" />
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<el-dialog v-model="data.dialog.visibled" :title="data.dialog.title" :width="data.dialog.width" destroy-on-close
|
<el-dialog v-model="data.dialog.visibled" :title="data.dialog.title" :width="data.dialog.width" destroy-on-close
|
||||||
v-if="power.add || power.edit">
|
v-if="power.add || power.edit">
|
||||||
|
@ -496,7 +497,7 @@ const clickDialogImport = () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
.ydool_input {
|
.ydool_input {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dialogTable {
|
.dialogTable {
|
||||||
|
@ -533,6 +534,11 @@ const clickDialogImport = () => {
|
||||||
.table-box .el-button--small {
|
.table-box .el-button--small {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
.pagination-box{
|
||||||
|
margin-top: 10px;
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -108,7 +108,7 @@
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="alert_codePhone">
|
<div class="alert_codePhone">
|
||||||
请输入 <span>{{ phone }} </span>手机号收到的6位验证码
|
请输入 <span>{{ phone }} </span>手机号收到的6位验证码
|
||||||
</div>
|
</div>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
||||||
|
@ -454,10 +454,10 @@ const tabLogin = ref(true)
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin: 0 -10px;
|
margin: 0 -6px;
|
||||||
:deep(.el-input-number) {
|
:deep(.el-input-number) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0 10px;
|
margin: 0 6px;
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
&.g-code-input_color {
|
&.g-code-input_color {
|
||||||
|
|
Loading…
Reference in New Issue