mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-09 13:53:38 +08:00
chore: update the latest version of element-plus
This commit is contained in:
@@ -56,7 +56,12 @@ function changeDirection(val) {
|
||||
<template #header>
|
||||
<div class="card-header">
|
||||
<span>无缝滚动示例</span>
|
||||
<el-button class="button" type="text" @click="changeDirection('top')">
|
||||
<el-button
|
||||
class="button"
|
||||
link
|
||||
type="primary"
|
||||
@click="changeDirection('top')"
|
||||
>
|
||||
<span
|
||||
:style="{ color: classOption.direction === 'top' ? 'red' : '' }"
|
||||
>
|
||||
@@ -65,7 +70,8 @@ function changeDirection(val) {
|
||||
</el-button>
|
||||
<el-button
|
||||
class="button"
|
||||
type="text"
|
||||
link
|
||||
type="primary"
|
||||
@click="changeDirection('bottom')"
|
||||
>
|
||||
<span
|
||||
@@ -78,7 +84,8 @@ function changeDirection(val) {
|
||||
</el-button>
|
||||
<el-button
|
||||
class="button"
|
||||
type="text"
|
||||
link
|
||||
type="primary"
|
||||
@click="changeDirection('left')"
|
||||
>
|
||||
<span
|
||||
@@ -89,7 +96,8 @@ function changeDirection(val) {
|
||||
</el-button>
|
||||
<el-button
|
||||
class="button"
|
||||
type="text"
|
||||
link
|
||||
type="primary"
|
||||
@click="changeDirection('right')"
|
||||
>
|
||||
<span
|
||||
|
||||
Reference in New Issue
Block a user