Commit 8cc8b7a8 by 李嘉林

🌈 style: 样式

parent 0b1abc80
......@@ -71,7 +71,7 @@ export default {
if (imgRgb != 'undefined' && imgRgb != 'null' && imgRgb != '' && imgRgb != null && imgRgb != undefined) {
this.imgRgb = imgRgb;
} else {
this.imgRgb = '#000000';
this.imgRgb = '#fff';
}
},
reloadName() {
......@@ -171,7 +171,6 @@ export default {
display: inline-block;
transform: rotateZ(-90deg);
font-weight: bold;
color: #333;
margin-top: 4px;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment