Browse Source

修改选择模型页面样式问题。

dev
宋杰 1 day ago
parent
commit
c14a59fb29
  1. 4
      src/views/DBQBmodel.vue

4
src/views/DBQBmodel.vue

@ -121,7 +121,7 @@ const goToHomePage = () => {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
/* 添加水平居中 */ /* 添加水平居中 */
gap: 23px;
/* gap: 23px; */
margin-bottom: 10px; margin-bottom: 10px;
flex-wrap: wrap; flex-wrap: wrap;
/* 添加换行支持,防止小屏幕溢出 */ /* 添加换行支持,防止小屏幕溢出 */
@ -181,7 +181,7 @@ const goToHomePage = () => {
.btn-item img { .btn-item img {
width: 50%; width: 50%;
margin-top: 20px;
/* margin-top: 20px; */
} }
} }
</style> </style>
Loading…
Cancel
Save