修复
This commit is contained in:
@@ -107,6 +107,9 @@ export default defineComponent({
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
width: 54px;
|
||||
&:hover{
|
||||
color: #08ae98;
|
||||
}
|
||||
}
|
||||
.on {
|
||||
color: #08ae98;
|
||||
|
||||
@@ -1123,8 +1123,8 @@ export default defineComponent({
|
||||
}
|
||||
.confirm-btn {
|
||||
display: inline-block;
|
||||
background: #07ad97;
|
||||
border-radius: 2px;
|
||||
background: #ccc;
|
||||
font-size: 9px;
|
||||
font-weight: 500;
|
||||
color: #ffffff;
|
||||
@@ -1137,7 +1137,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
.confirm-btn:hover {
|
||||
background: #ccc;
|
||||
background: #07ad97;
|
||||
}
|
||||
}
|
||||
.password-container {
|
||||
@@ -1202,7 +1202,7 @@ export default defineComponent({
|
||||
.submit-btn {
|
||||
width: 63px;
|
||||
height: 23px;
|
||||
background: #08ae98;
|
||||
background: #ccc;
|
||||
border-radius: 3px;
|
||||
font-size: 10px;
|
||||
font-weight: 500;
|
||||
@@ -1213,7 +1213,7 @@ export default defineComponent({
|
||||
user-select: none;
|
||||
}
|
||||
.submit-btn:hover {
|
||||
background: #ccc;
|
||||
background: #08ae98;
|
||||
}
|
||||
}
|
||||
::v-deep(.ant-upload-list) {
|
||||
|
||||
@@ -211,7 +211,8 @@ export default defineComponent({
|
||||
sub,
|
||||
accountlist,
|
||||
store,
|
||||
lan
|
||||
lan,
|
||||
navto
|
||||
};
|
||||
},
|
||||
});
|
||||
|
||||
@@ -396,11 +396,14 @@ export default defineComponent({
|
||||
padding: 0;
|
||||
width: 63px;
|
||||
height: 23px;
|
||||
background: #08ae98;
|
||||
background: #ccc;
|
||||
border-radius: 3px;
|
||||
font-size: 10px;
|
||||
font-weight: 500;
|
||||
color: #ffffff;
|
||||
&:hover{
|
||||
background: #08ae98;
|
||||
}
|
||||
}
|
||||
}
|
||||
.video-cover {
|
||||
|
||||
@@ -597,11 +597,14 @@ export default defineComponent({
|
||||
padding: 0;
|
||||
width: 63px;
|
||||
height: 23px;
|
||||
background: #08ae98;
|
||||
background: #ccc;
|
||||
border-radius: 3px;
|
||||
font-size: 10px;
|
||||
font-weight: 500;
|
||||
color: #ffffff;
|
||||
&:hover{
|
||||
background: #08ae98;
|
||||
}
|
||||
}
|
||||
}
|
||||
.item-cover {
|
||||
|
||||
Reference in New Issue
Block a user