Compare commits
7 Commits
3702c59f20
...
dev-luannv
| Author | SHA1 | Date | |
|---|---|---|---|
| 38bbd95ad4 | |||
| 931e2e237e | |||
| 42a2555671 | |||
| abc6709a31 | |||
| 2ef474fda4 | |||
| 9eaad1a2e4 | |||
| 7ece26bdfb |
@ -107,7 +107,7 @@ export default {
|
||||
this.detailList[4].class = 'pl-4 mt-2';
|
||||
this.detailList[3].class = 'd-block';
|
||||
this.detailList[2].class = 'd-none';
|
||||
this.detailList[1].class = 'd-block pl-4 mt-1 pb-0';
|
||||
this.detailList[1].class = 'd-block pl-4 mt-3-new pb-0';
|
||||
}
|
||||
},
|
||||
},
|
||||
@ -503,5 +503,10 @@ const myDetail = [
|
||||
.tui-grid-layer-state{
|
||||
top: 40px !important;
|
||||
}
|
||||
|
||||
.mt-3-new{
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
}
|
||||
</style>
|
||||
@ -113,8 +113,8 @@ export default {
|
||||
header: {
|
||||
height: 28,
|
||||
},
|
||||
rowHeight: 36,
|
||||
minRowHeight: 36,
|
||||
rowHeight: 38,
|
||||
minRowHeight: 38,
|
||||
selectionUnit: 'row',
|
||||
editingEvent: 'click',
|
||||
};
|
||||
@ -446,7 +446,9 @@ export default {
|
||||
}
|
||||
|
||||
.tui-grid-cell-content-editor {
|
||||
height: 36px !important;
|
||||
position: relative;
|
||||
height: 39px !important;
|
||||
top: 39px !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@ -61,7 +61,9 @@
|
||||
</v-list-item>
|
||||
</v-list>
|
||||
</v-menu>
|
||||
<a-button id="removeBm" class="btn-header" @click="removeBookMark" v-if="bookmarkBtn == 1">
|
||||
<a-button id="removeBm" :style="{
|
||||
display: 'flex',
|
||||
alignItems: 'center'}" class="btn-header" @click="removeBookMark" v-if="bookmarkBtn == 1">
|
||||
<span class="material-icons" style="font-size: 17px">star</span>
|
||||
</a-button>
|
||||
<a-button id="addBm" class="btn-header" :style="{
|
||||
|
||||
@ -329,7 +329,7 @@ export class NewCustomEditor {
|
||||
}
|
||||
|
||||
divEl.style.position = 'relative';
|
||||
divEl.style.top = rowKey === 0 ? '1px' : '3px';
|
||||
divEl.style.top = rowKey === 0 ? '1px' : '2px';
|
||||
|
||||
el.addEventListener('change', (ev) => {
|
||||
// console.log('props: %o', ev);
|
||||
|
||||
Reference in New Issue
Block a user