Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Motion Bank
MB.js
Quasar Components MoSys
Commits
845bd4a5
Commit
845bd4a5
authored
Nov 07, 2019
by
christianrhansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
html clean-up
parent
d82ff645
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
10 deletions
+3
-10
partials/GridEditor.vue
partials/GridEditor.vue
+3
-10
No files found.
partials/GridEditor.vue
View file @
845bd4a5
...
...
@@ -128,20 +128,13 @@
//------------------------------------------------------------------------------------------------------- mobile
template(v-if="mobileTempCell.show && cachedNewCell")
.cell-item.cell-item-tmp-mobile.row.justify-center.items-center(
ref="_mobileTempCell",
:style="mobileTempCellStyle(mobileTempCell)")
cell.absolute-top-left.q-ma-sm(:cell="cachedNewCell", :temp="true")
//
q-btn.text-white(v-if="mobileTempCell.button",
@click="event => {addMobileCell(event)}", round, flat, size="lg",
style="background-color: rgba(0, 0, 0, 0);")
q-icon(name="check")
//------------------------------------------------------------------------------------------------- move handler
//------------------------------------------------------------------------------------------------------ handler
//--------------------------------------------------------------------------------------------------------- move
//----- (main)
cell-handler-mobile.main-handler.shadow-1(
v-if="!cellHandler.resize.pushed",
...
...
@@ -161,7 +154,7 @@
:style="{top: cellHandler.move.y + 59 - 20 + 'px'}",)
q-icon.rotate-180(name="open_with", size="22px")
//-----------------------------------------------------------------------------------------------
resize handler
//-----------------------------------------------------------------------------------------------
-------- resize
//----- (main)
cell-handler-mobile.main-handler.shadow-1(
v-if="!cellHandler.move.pushed",
...
...
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