Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Motion Bank
MB.js
Quasar Components MoSys
Commits
c9c95351
Commit
c9c95351
authored
Apr 02, 2020
by
christianrhansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed overflow-bug
parent
33ec7c87
Pipeline
#51998
passed with stage
in 1 minute and 36 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
partials/CellEditor.vue
partials/CellEditor.vue
+1
-1
partials/GridEditor.vue
partials/GridEditor.vue
+2
-3
No files found.
partials/CellEditor.vue
View file @
c9c95351
<
template
lang=
"pug"
>
div.q-pb-md
div.q-pb-md
.full-height(style="overflow-y: scroll;")
//---------------------------------------------------------------------------------------------------- source header
.q-pl-md.q-py-xs(style="border-bottom: 1px solid rgba(255,255,255,0.04);")
q-item.q-pa-none(style="height: 54px;")
...
...
partials/GridEditor.vue
View file @
c9c95351
...
...
@@ -53,9 +53,8 @@
// -----------------------------------------------------------------------------------------------------------------
// ------------------------------------------------------------------------------------------------------------ grid
// modal for existing cell editing
q-modal.z-max(v-model="modal", minimized, content-css="border-radius: .35rem!important;")
cell-editor.bg-dark(@closePanel="closePanelHandler", @removeCell="removeCellHandler",
style="border: 1px solid rgba(255,255,255,0.2);")
q-modal.z-max(v-model="modal", minimized, content-css="border-radius: .35rem!important; border: 1px solid rgba(255,255,255,0.25); background-color: black;")
cell-editor.bg-dark(@closePanel="closePanelHandler", @removeCell="removeCellHandler")
// -----------------------------------------------------------------------------------------------------------------
// ------------------------------------------------------------------------------------------------------------ grid
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment