Browse Source

右侧容器左移;

songjie/feature-20260120101758-dc后台
songjie 4 weeks ago
parent
commit
623fdc1938
  1. 1
      src/views/PlatformData/UserOverview.vue

1
src/views/PlatformData/UserOverview.vue

@ -644,6 +644,7 @@ onMounted(() => {
flex-direction: column;
align-items: center; /* 改为水平居中 */
justify-content: center;
margin-right: 150px; /* 右边容器向左移 */
}
.card-title {

Loading…
Cancel
Save