perf: 滚动条替换和toTop替换

This commit is contained in:
陈劲松
2020-12-14 20:25:24 +08:00
committed by chenjinsong
parent 2ea0b88989
commit 0764dcdd56
76 changed files with 480 additions and 1368 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="system" v-scroll-bar>
<div class="system">
<el-tabs type="border-card" @tab-click="selectTab" v-model="activeTab" class="system-tabs" >
<el-tab-pane :label="$t('config.system.basic.basic')" name="basic">
<div class="system-config-form basicForm">
@@ -196,8 +196,7 @@
</el-form>
</div>
<!--notificationEdit-->
<div class="scrollBox"
v-scrollBar>
<div class="scrollBox">
<draggable v-model="notification"
:options="{group:'people',animation:150,ghostClass:'sortable-ghost',chosenClass:'chosenClass',scroll:true,scrollSensitivity:200}"
@change="change"
@@ -264,8 +263,7 @@
</el-form>
</div>
<!--linkEdit-->
<div class="scrollBox"
v-scrollBar>
<div class="scrollBox">
<draggable v-model="link"
:options="{group:'people',animation:150,ghostClass:'sortable-ghost',chosenClass:'chosenClass',scroll:true,scrollSensitivity:200}"
@change="change"