feat: 添加pinia持久化插件并优化布局和API配置

- 添加pinia-plugin-persistedstate依赖实现状态持久化
- 将多处actions-summary布局从2列改为4列
- 调整secondTop页面高度和滚动区域高度
- 更新API基础路径为192.168.15.53
- 添加seniorManager页面的用户下拉组件
- 创建senorManger.js API接口文件
This commit is contained in:
2025-08-12 17:15:42 +08:00
parent f93236ab36
commit d8bfcaab90
8 changed files with 73 additions and 20 deletions

View File

@@ -809,7 +809,7 @@ const getStatusText = (status) => {
}
.action-items-compact {
height: 400px;
height: 380px;
overflow: hidden;
:deep(.action-items) {
@@ -839,7 +839,7 @@ const getStatusText = (status) => {
}
.actions-summary {
grid-template-columns: repeat(2, 1fr);
grid-template-columns: repeat(4, 1fr);
gap: 0.5rem;
margin-bottom: 1rem;
@@ -857,7 +857,7 @@ const getStatusText = (status) => {
}
.actions-list {
max-height: 200px;
max-height: 230px;
overflow-y: auto;
.action-item {