mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-17 06:46:43 +08:00
提交
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user