master
toesbieya 6 years ago
parent 11efced693
commit d79903af9d
  1. 13
      vue/public/static/fluid/dat.gui.min.js
  2. 1624
      vue/public/static/fluid/script.js
  3. 100927
      vue/public/static/js/cjpeg.js
  4. 74940
      vue/public/static/js/pngquant.js
  5. 1
      vue/public/static/js/xlsx.full.min.map
  6. 1
      vue/src/assets/styles/tagsView.scss
  7. 6
      vue/src/layout/components/TagsView/index.vue

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -21,6 +21,7 @@
font-size: 12px;
margin: 4px;
border-radius: 3px;
user-select: none;
&:first-of-type {
margin-left: 15px;

@ -2,12 +2,12 @@
<nav class="tags-view-container">
<scroll-pane class="tags-view-wrapper" ref="scrollPane">
<router-link
v-for="tag in visitedViews"
ref="tag"
:class="{active:isActive(tag)}"
v-for="tag in visitedViews"
:key="tag.path"
:to="{ path: tag.path, query: tag.query, fullPath: tag.fullPath }"
:class="{active:isActive(tag)}"
class="tags-view-item"
:to="{ path: tag.path, query: tag.query, fullPath: tag.fullPath }"
tag="div"
@contextmenu.prevent.native="openMenu(tag,$event)"
@dblclick.prevent.native="closeSelectedTag(tag)"

Loading…
Cancel
Save