mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-25 00:23:53 +08:00
智能体设置卡片添加设置声纹的按钮
--DeviceItem.vue 1.添加声纹设置按钮 2.添加跳转到声纹页面方法 --home.vue 修复因为添加新按钮导致卡片按钮文字换行样式问题
This commit is contained in:
@@ -278,7 +278,7 @@ export default {
|
||||
|
||||
.device-list-container {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
|
||||
grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
|
||||
gap: 30px;
|
||||
padding: 30px 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user