This commit is contained in:
parent
b0ad24d255
commit
7fd73800ad
|
@ -193,6 +193,7 @@ const handle = (current) => {
|
|||
<style lang="scss" scoped>
|
||||
:deep(.el-dialog) {
|
||||
--el-dialog-bg-color: none;
|
||||
--el-dialog-width: 76% !important;
|
||||
}
|
||||
|
||||
.my-header {
|
||||
|
@ -201,7 +202,6 @@ const handle = (current) => {
|
|||
}
|
||||
|
||||
.tabelPart {
|
||||
height: 80vh;
|
||||
padding: 16px;
|
||||
background: linear-gradient(
|
||||
270deg,
|
||||
|
|
|
@ -373,7 +373,7 @@ const tableType = reactive({
|
|||
// 表格分页
|
||||
const pagination = reactive({
|
||||
total: 100,
|
||||
pageSize: 20,
|
||||
pageSize: 10,
|
||||
currentPage: 1,
|
||||
});
|
||||
const change = (name, index) => {
|
||||
|
|
Loading…
Reference in New Issue