mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-16 22:36:43 +08:00
提交
This commit is contained in:
@@ -416,7 +416,9 @@ export default {
|
||||
::v-deep .el-dropdown-menu__item:hover {
|
||||
background: #333333;
|
||||
}
|
||||
|
||||
.my-note{
|
||||
position: relative;
|
||||
}
|
||||
.mynote {
|
||||
// width: 100%;
|
||||
margin: 35px 30px;
|
||||
@@ -432,8 +434,9 @@ export default {
|
||||
.animation-box {
|
||||
display: none;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
bottom: 0;
|
||||
right: 200px;
|
||||
transform: translate(-50%,-50%);
|
||||
.box-text {
|
||||
padding: 12px 16px;
|
||||
width: 252px;
|
||||
|
||||
Reference in New Issue
Block a user