|
@ -212,6 +212,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
<!-- @current-change="initData" @size-change="onSizeChange" --> |
|
|
<!-- @current-change="initData" @size-change="onSizeChange" --> |
|
|
<Pagination |
|
|
<Pagination |
|
|
|
|
|
style="margin-top: 20px" |
|
|
width="'100%'" |
|
|
width="'100%'" |
|
|
:page-size="pageSize" |
|
|
:page-size="pageSize" |
|
|
:current-page.sync="pageNum" |
|
|
:current-page.sync="pageNum" |
|
@ -927,10 +928,6 @@ export default { |
|
|
</script> |
|
|
</script> |
|
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
<style lang="scss" scoped> |
|
|
::v-deep .el-input.is-disabled input.el-input__inner { |
|
|
|
|
|
color: #000 !important; |
|
|
|
|
|
background: none; |
|
|
|
|
|
} |
|
|
|
|
|
.EventDetail { |
|
|
.EventDetail { |
|
|
display: flex; |
|
|
display: flex; |
|
|
gap: 9px; |
|
|
gap: 9px; |
|
@ -957,11 +954,16 @@ export default { |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
background: #fff; |
|
|
background: #fff; |
|
|
color: #000; |
|
|
color: #000; |
|
|
|
|
|
|
|
|
::v-deep { |
|
|
::v-deep { |
|
|
.el-input { |
|
|
.el-input { |
|
|
// background: #fff; |
|
|
// background: #fff; |
|
|
width: auto; |
|
|
width: auto; |
|
|
} |
|
|
} |
|
|
|
|
|
.el-input.is-disabled input.el-input__inner { |
|
|
|
|
|
color: #000 !important; |
|
|
|
|
|
background: none; |
|
|
|
|
|
} |
|
|
.el-input__inner { |
|
|
.el-input__inner { |
|
|
caret-color: #000; |
|
|
caret-color: #000; |
|
|
font-family: 仿宋; |
|
|
font-family: 仿宋; |
|
|