Compare commits
6 Commits
f35924aac8
...
dev
Author | SHA1 | Date | |
---|---|---|---|
70aa21c78d | |||
39502ae8fb | |||
bcea171273 | |||
08d2918a6d | |||
2dde396442 | |||
4a20707c62 |
@ -92,6 +92,15 @@
|
||||
background-color: #36383f;
|
||||
}
|
||||
|
||||
.toastui-editor-dark .toastui-editor-popup-add-heading h1,
|
||||
.toastui-editor-dark .toastui-editor-popup-add-heading h2,
|
||||
.toastui-editor-dark .toastui-editor-popup-add-heading h3,
|
||||
.toastui-editor-dark .toastui-editor-popup-add-heading h4,
|
||||
.toastui-editor-dark .toastui-editor-popup-add-heading h5,
|
||||
.toastui-editor-dark .toastui-editor-popup-add-heading h6 {
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
.toastui-editor-dark .toastui-editor-popup-body label {
|
||||
color: #9a9da3;
|
||||
}
|
||||
|
@ -22,6 +22,10 @@
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.ant-pagination-item-ellipsis {
|
||||
color: map-deep-get($config, #{$theme}, "paging-text") !important;
|
||||
}
|
||||
|
||||
.ant-pagination-item,
|
||||
.ant-pagination-prev,
|
||||
.ant-pagination-next {
|
||||
|
@ -34,7 +34,7 @@ export default {
|
||||
},
|
||||
itemsPerPageArray: {
|
||||
type: Array,
|
||||
default: () => [20, 50, 100],
|
||||
default: () => [10, 20, 50],
|
||||
},
|
||||
},
|
||||
data() {
|
||||
|
@ -117,7 +117,7 @@ export default {
|
||||
// rowGridOrigin: [],
|
||||
detailList: myDetail,
|
||||
itemsPerPage: 20,
|
||||
itemsPerPageArray: [10, 20, 30],
|
||||
itemsPerPageArray: [10, 20, 50],
|
||||
limit: 20,
|
||||
page: 1,
|
||||
totalCount: 0,
|
||||
|
@ -295,7 +295,7 @@ export default {
|
||||
selectedRowKey: null,
|
||||
selectedRowData: null,
|
||||
itemsPerPage: 10,
|
||||
itemsPerPageArray: [10, 20, 30],
|
||||
itemsPerPageArray: [10, 20, 50],
|
||||
limit: 20,
|
||||
page: 1,
|
||||
totalCount: 0,
|
||||
|
@ -134,7 +134,7 @@ export default {
|
||||
// rowGridOrigin: [],
|
||||
detailList: myDetail,
|
||||
itemsPerPage: 10,
|
||||
itemsPerPageArray: [10, 20, 30],
|
||||
itemsPerPageArray: [10, 20, 50],
|
||||
limit: 20,
|
||||
page: 1,
|
||||
totalCount: 0,
|
||||
|
@ -30,8 +30,8 @@
|
||||
</v-row>
|
||||
<v-row ref="contents">
|
||||
<v-col :cols="12" class="h100">
|
||||
<v-card class="px-5 py-5">
|
||||
<div ref="gridParent" class="px-5" style="height:calc(100% - 40px)">
|
||||
<v-card class="pa-5 pb-0">
|
||||
<div ref="gridParent" class="px-5" style="height:calc(100% - 70px)">
|
||||
<component ref="myGrid" :is="loadGrid ? 'Grid' : null" :gridName="gridName"
|
||||
:parentPrgmId="myPrgmId" />
|
||||
</div>
|
||||
@ -117,7 +117,7 @@ export default {
|
||||
formFg: false,
|
||||
},
|
||||
itemsPerPage: 10,
|
||||
itemsPerPageArray: [10, 20, 30],
|
||||
itemsPerPageArray: [10, 20, 50],
|
||||
limit: 20,
|
||||
page: 1,
|
||||
totalCount: 0,
|
||||
|
@ -167,7 +167,7 @@ export default {
|
||||
gridName: "rowGrid",
|
||||
loadGrid: false,
|
||||
itemsPerPage: 10,
|
||||
itemsPerPageArray: [10, 20, 30],
|
||||
itemsPerPageArray: [10, 20, 50],
|
||||
limit: 20,
|
||||
page: 1,
|
||||
totalCount: 0,
|
||||
|
@ -153,7 +153,7 @@ export default {
|
||||
detailList: myDetail,
|
||||
alrmFg: null,
|
||||
itemsPerPage: 10,
|
||||
itemsPerPageArray: [10, 20, 30],
|
||||
itemsPerPageArray: [10, 20, 50],
|
||||
limit: 20,
|
||||
page: 1,
|
||||
totalCount: 0,
|
||||
|
@ -159,7 +159,7 @@ export default {
|
||||
eqpmGdIdxFlag: false,
|
||||
fabFlag: false,
|
||||
itemsPerPage: 10,
|
||||
itemsPerPageArray: [10, 20, 30],
|
||||
itemsPerPageArray: [10, 20, 50],
|
||||
limit: 20,
|
||||
page: 1,
|
||||
routeData: {},
|
||||
|
@ -110,7 +110,7 @@ export default {
|
||||
rowKey: null,
|
||||
edtingFinishFlag: 'Y',
|
||||
itemsPerPage: 10,
|
||||
itemsPerPageArray: [10, 20, 30],
|
||||
itemsPerPageArray: [10, 20, 50],
|
||||
limit: 20,
|
||||
page: 1,
|
||||
totalCount: 0,
|
||||
|
Reference in New Issue
Block a user