mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
docs(components): [popover] remove unnecessary class names (#22642)
docs(components):[popver] example delete class
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
<div class="popover-base-box">
|
||||
<div class="row center">
|
||||
<el-popover
|
||||
class="box-item"
|
||||
title="Title"
|
||||
content="Top Left prompts info"
|
||||
placement="top-start"
|
||||
@@ -12,7 +11,6 @@
|
||||
</template>
|
||||
</el-popover>
|
||||
<el-popover
|
||||
class="box-item"
|
||||
title="Title"
|
||||
content="Top Center prompts info"
|
||||
placement="top"
|
||||
@@ -22,7 +20,6 @@
|
||||
</template>
|
||||
</el-popover>
|
||||
<el-popover
|
||||
class="box-item"
|
||||
title="Title"
|
||||
content="Top Right prompts info"
|
||||
placement="top-end"
|
||||
@@ -34,7 +31,6 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<el-popover
|
||||
class="box-item"
|
||||
title="Title"
|
||||
content="Left Top prompts info"
|
||||
placement="left-start"
|
||||
@@ -44,7 +40,6 @@
|
||||
</template>
|
||||
</el-popover>
|
||||
<el-popover
|
||||
class="box-item"
|
||||
title="Title"
|
||||
content="Right Top prompts info"
|
||||
placement="right-start"
|
||||
@@ -56,7 +51,6 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<el-popover
|
||||
class="box-item"
|
||||
title="Title"
|
||||
content="Left Center prompts info"
|
||||
placement="left"
|
||||
@@ -66,7 +60,6 @@
|
||||
</template>
|
||||
</el-popover>
|
||||
<el-popover
|
||||
class="box-item"
|
||||
title="Title"
|
||||
content="Right Center prompts info"
|
||||
placement="right"
|
||||
@@ -78,7 +71,6 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<el-popover
|
||||
class="box-item"
|
||||
title="Title"
|
||||
content="Left Bottom prompts info"
|
||||
placement="left-end"
|
||||
@@ -88,7 +80,6 @@
|
||||
</template>
|
||||
</el-popover>
|
||||
<el-popover
|
||||
class="box-item"
|
||||
title="Title"
|
||||
content="Right Bottom prompts info"
|
||||
placement="right-end"
|
||||
@@ -100,7 +91,6 @@
|
||||
</div>
|
||||
<div class="row center">
|
||||
<el-popover
|
||||
class="box-item"
|
||||
title="Title"
|
||||
content="Bottom Left prompts info"
|
||||
placement="bottom-start"
|
||||
@@ -108,7 +98,6 @@
|
||||
<template #reference> <el-button>bottom-start</el-button></template>
|
||||
</el-popover>
|
||||
<el-popover
|
||||
class="box-item"
|
||||
title="Title"
|
||||
content="Bottom Center prompts info"
|
||||
placement="bottom"
|
||||
@@ -116,7 +105,6 @@
|
||||
<template #reference> <el-button>bottom</el-button></template>
|
||||
</el-popover>
|
||||
<el-popover
|
||||
class="box-item"
|
||||
title="Title"
|
||||
content="Bottom Right prompts info"
|
||||
placement="bottom-end"
|
||||
@@ -143,9 +131,4 @@
|
||||
.popover-base-box .center {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.popover-base-box .box-item {
|
||||
width: 110px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user