mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-14 23:12:51 +00:00
去掉任务提示
This commit is contained in:
parent
5de3c2ccdd
commit
92f00a613b
@ -4,8 +4,6 @@
|
|||||||
<el-row type="flex" align="middle">
|
<el-row type="flex" align="middle">
|
||||||
<!-- 刷新按钮 -->
|
<!-- 刷新按钮 -->
|
||||||
<cl-refresh-btn />
|
<cl-refresh-btn />
|
||||||
<!-- 提示 -->
|
|
||||||
<p class="tips">修改完配置如无生效则需要重启 <i class="el-icon-warning"></i></p>
|
|
||||||
<cl-flex1 />
|
<cl-flex1 />
|
||||||
<!-- 关键字搜索 -->
|
<!-- 关键字搜索 -->
|
||||||
<cl-search-key />
|
<cl-search-key />
|
||||||
@ -240,11 +238,3 @@ export default {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
|
||||||
.tips {
|
|
||||||
font-size: 13px;
|
|
||||||
margin-left: 10px;
|
|
||||||
color: $color-warning;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user