双机架轧辊管理
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div :class="{'hidden':hidden}" class="pagination-container" :style="style">
|
||||
<div :class="{'hidden':hidden}" class="pagination-container" :style="containerStyle">
|
||||
<el-pagination
|
||||
:background="background"
|
||||
:current-page.sync="currentPage"
|
||||
@@ -61,7 +61,7 @@ export default {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
style: {
|
||||
containerStyle: {
|
||||
type: String,
|
||||
default: ''
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user