revive 4 年之前
父節點
當前提交
125d902d7b
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. +1
    -1
      src/services/system.js
  2. +2
    -1
      src/views/main_web/watchall/components/title.vue

+ 1
- 1
src/services/system.js 查看文件

@@ -153,7 +153,7 @@ const system = {
return {
fileName,
extension,
relativePath: relativePath.replace(/(\\)+/g, '/'),
relativePath: relativePath.split('\\').filter(identity).join('/'),
fullPath: absolutePath,
};
});


+ 2
- 1
src/views/main_web/watchall/components/title.vue 查看文件

@@ -1,7 +1,8 @@
<template>
<div class="top">
<div class="title"><slot name="center">{{ topTitle}}</slot></div>
<div class="right"><slot name="right"><img class="yiyun_icon enlarge-btn" src="static/img/放大.svg"/></slot></div>
<!-- <div class="right"><slot name="right"><img class="yiyun_icon enlarge-btn" src="static/img/放大.svg"/></slot></div> -->
<div class="right"><slot name="right"></slot></div>
</div>
</template>



Loading…
取消
儲存