|
@@ -280,7 +280,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.smart-list {
|
|
|
- width: 150px;
|
|
|
+ // width: 150px;
|
|
|
text-align: center;
|
|
|
margin-right: 20px;
|
|
|
|
|
@@ -295,7 +295,7 @@ export default {
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
white-space: nowrap;
|
|
|
- width: 150px;
|
|
|
+ // width: 150px;
|
|
|
}
|
|
|
}
|
|
|
</style>
|
|
@@ -321,4 +321,8 @@ export default {
|
|
|
height: 100%;
|
|
|
}
|
|
|
}
|
|
|
+.smart-list .smart-material svg {
|
|
|
+ width: 200px;
|
|
|
+ height: auto;
|
|
|
+}
|
|
|
</style>
|