Commit f8b613df65dc772a3b54118163f87f21433eac73

Authored by ly525
1 parent c3059469

feat(background-guideline): support guideline

front-end/h5/src/components/core/styles/index.scss
... ... @@ -29,6 +29,8 @@
29 29 }
30 30  
31 31 .canvas-editor-wrapper {
  32 + // inspired by https://github.com/Heboy/h5-maker/blob/38136192bab1427b9d5741a5dae0b5186d4b2ea0/src/scss/Page.scss#L8
  33 + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADVJREFUeNpifPHixQEGGgMWEPH161cHWlrCxEAHMGrJqCWjloxaMmrJqCWjloxaMrgtAQgwAL+YBst5kqDgAAAAAElFTkSuQmCC);
32 34 .element--editing {
33 35 outline: 1px dashed #70c0ff !important;
34 36 }
... ...