no message

Former-commit-id: e957ceba427a79f3369b845b4963b52a0298955f
Former-commit-id: 41e385a350c0d349e4a5e09b462fe5b41b1ed5c2
Former-commit-id: 8106514c7b480636c3b318b58066bed20745b372
This commit is contained in:
李杨
2018-02-24 18:25:15 +08:00
parent ca84ff7983
commit 898afd2f55

View File

@@ -91,16 +91,15 @@ export default {
color: $color-primary; color: $color-primary;
} }
} }
$baidupanHeight: 40px; $baidupanHeight: 30px;
.baidupan { .baidupan {
overflow: hidden; overflow: hidden;
margin-bottom: 16px; margin-bottom: 16px;
.container { .container {
height: $baidupanHeight + 10px; height: $baidupanHeight + 20px;
border-radius: 4px; border-radius: 4px;
border: 1px solid #dfe2e5; border: 1px solid #dfe2e5;
padding: 5px; padding: 10px;
padding-right: 15px;
float: left; float: left;
user-select: none; user-select: none;
cursor: pointer; cursor: pointer;
@@ -108,10 +107,10 @@ $baidupanHeight: 40px;
float: left; float: left;
height: $baidupanHeight; height: $baidupanHeight;
text-align: center; text-align: center;
width: 50px; width: 40px;
margin-right: 10px;
img { img {
width: 40px; width: 40px;
margin-top: 4px;
} }
} }
.url { .url {