This commit is contained in:
zhaofang
2022-10-29 16:23:08 +08:00
parent f93810f918
commit aa74eaf6d1

View File

@@ -416,7 +416,9 @@ export default {
::v-deep .el-dropdown-menu__item:hover { ::v-deep .el-dropdown-menu__item:hover {
background: #333333; background: #333333;
} }
.my-note{
position: relative;
}
.mynote { .mynote {
// width: 100%; // width: 100%;
margin: 35px 30px; margin: 35px 30px;
@@ -432,8 +434,9 @@ export default {
.animation-box { .animation-box {
display: none; display: none;
position: absolute; position: absolute;
left: 50%;
bottom: 0; bottom: 0;
right: 200px; transform: translate(-50%,-50%);
.box-text { .box-text {
padding: 12px 16px; padding: 12px 16px;
width: 252px; width: 252px;