mirror of
https://gitee.com/blossom-editor/blossom.git
synced 2025-12-07 01:08:26 +08:00
pref: 删除无用代码
This commit is contained in:
parent
77b78382f3
commit
fee28a5cdd
@ -15,7 +15,6 @@
|
||||
connect-src *;
|
||||
frame-src *;
|
||||
" />
|
||||
<!-- 加载动画 -->
|
||||
<style>
|
||||
:root {
|
||||
--index-loading-color: #859e6052;
|
||||
@ -336,7 +335,6 @@
|
||||
}
|
||||
|
||||
@keyframes skeleton {
|
||||
/* 骨架屏的动画 */
|
||||
100% {
|
||||
transform: translateX(100%);
|
||||
}
|
||||
@ -346,7 +344,6 @@
|
||||
|
||||
<body>
|
||||
<div id="app">
|
||||
<!-- 首页加载正常运行在这里 -->
|
||||
<div class="html-loading">
|
||||
<div class="header">
|
||||
<div class="logo"></div>
|
||||
|
||||
@ -14,9 +14,9 @@
|
||||
<el-tooltip content="文章回收站" effect="light" popper-class="is-small" placement="top" :offset="8" :hide-after="0">
|
||||
<div class="iconbl bl-delete-line" @click="handleShowRecycleDialog"></div>
|
||||
</el-tooltip>
|
||||
<el-tooltip content="文档快速编辑" effect="light" popper-class="is-small" placement="top" :offset="8" :hide-after="0">
|
||||
<!-- <el-tooltip content="文档快速编辑" effect="light" popper-class="is-small" placement="top" :offset="8" :hide-after="0">
|
||||
<div class="iconbl bl-article-line" @click=""></div>
|
||||
</el-tooltip>
|
||||
</el-tooltip> -->
|
||||
</bl-row>
|
||||
</bl-row>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user