Commit 73fe7f65 by 姜雷

修改会员卡片样式

parent 594aa909
...@@ -94,7 +94,6 @@ export default { ...@@ -94,7 +94,6 @@ export default {
.UserInfo-Box { .UserInfo-Box {
width: 170px; width: 170px;
min-width: 170px; min-width: 170px;
height: 157px;
font-family: 'Microsoft YaHei'; font-family: 'Microsoft YaHei';
font-size: 12px; font-size: 12px;
border-radius: 8px; border-radius: 8px;
...@@ -178,7 +177,6 @@ export default { ...@@ -178,7 +177,6 @@ export default {
.UserInfo-Box { .UserInfo-Box {
width: 300px; width: 300px;
min-width: 300px; min-width: 300px;
height: 300px;
font-size: 16px; font-size: 16px;
.UserInfo-Title { .UserInfo-Title {
height: 120px; height: 120px;
......
...@@ -56,6 +56,7 @@ export default { ...@@ -56,6 +56,7 @@ export default {
display: flex; display: flex;
background: transparent; background: transparent;
box-shadow: none; box-shadow: none;
align-items: flex-start;
.UserInfo-Box { .UserInfo-Box {
border-radius: 8px; border-radius: 8px;
.UserInfo-Title { .UserInfo-Title {
......
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