@@ -61,7 +62,8 @@
-
+
©2025 xiaozhi-esp32-server
@@ -509,36 +511,43 @@ export default {
}
@media (min-width: 1144px) {
- .table_bottom {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-top: 40px;
- }
+ .table_bottom {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ margin-top: 40px;
+ }
- :deep(.transparent-table) {
- .el-table__body tr {
- td {
- padding-top: 16px;
- padding-bottom: 16px;
- }
+ :deep(.transparent-table) {
+ .el-table__body tr {
+ td {
+ padding-top: 16px;
+ padding-bottom: 16px;
+ }
- & + tr {
- margin-top: 10px;
- }
+ &+tr {
+ margin-top: 10px;
+ }
+ }
}
- }
}
- :deep(.el-table .el-button--text) {
- color: #7079aa;
- }
- :deep(.el-table .el-button--text:hover) {
+:deep(.el-table .el-button--text) {
+ color: #7079aa;
+}
+
+:deep(.el-table .el-button--text:hover) {
color: #5a64b5;
- }
+}
- .el-button--success {
+.el-button--success {
background: #5bc98c;
color: white;
- }
+}
+
+:deep(.el-table .cell) {
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+}