Commit 8cc8b7a8 by 李嘉林

🌈 style: 样式

parent 0b1abc80
...@@ -71,7 +71,7 @@ export default { ...@@ -71,7 +71,7 @@ export default {
if (imgRgb != 'undefined' && imgRgb != 'null' && imgRgb != '' && imgRgb != null && imgRgb != undefined) { if (imgRgb != 'undefined' && imgRgb != 'null' && imgRgb != '' && imgRgb != null && imgRgb != undefined) {
this.imgRgb = imgRgb; this.imgRgb = imgRgb;
} else { } else {
this.imgRgb = '#000000'; this.imgRgb = '#fff';
} }
}, },
reloadName() { reloadName() {
...@@ -171,7 +171,6 @@ export default { ...@@ -171,7 +171,6 @@ export default {
display: inline-block; display: inline-block;
transform: rotateZ(-90deg); transform: rotateZ(-90deg);
font-weight: bold; font-weight: bold;
color: #333;
margin-top: 4px; 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