This commit is contained in:
2020-10-31 11:06:39 +08:00
parent af67231430
commit a9fe2cddbc
9 changed files with 32 additions and 10 deletions

View File

@@ -107,6 +107,9 @@ export default defineComponent({
cursor: pointer;
text-align: center;
width: 54px;
&:hover{
color: #08ae98;
}
}
.on {
color: #08ae98;

View File

@@ -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) {

View File

@@ -211,7 +211,8 @@ export default defineComponent({
sub,
accountlist,
store,
lan
lan,
navto
};
},
});

View File

@@ -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 {

View File

@@ -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 {