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