update index_v1.vue

This commit is contained in:
不做码农 2022-12-15 10:52:04 +08:00
parent 14825efd25
commit 950995d5bb

View File

@ -2,7 +2,7 @@
<div class="dashboard-editor-container home"> <div class="dashboard-editor-container home">
<!-- 用户信息 --> <!-- 用户信息 -->
<el-row :gutter="15"> <el-row :gutter="15">
<el-col :md="24" :lg="14" :xl="14" class="mb10"> <el-col :md="24" :lg="12" :xl="12" class="mb10">
<el-card shadow="hover"> <el-card shadow="hover">
<template #header> <template #header>
<span>{{ $t('layout.myWorkbench') }}</span> <span>{{ $t('layout.myWorkbench') }}</span>
@ -59,7 +59,7 @@
</div> </div>
</el-card> </el-card>
</el-col> </el-col>
<el-col :md="24" :lg="10" :xl="10" class="mb10"> <el-col :md="24" :lg="12" :xl="12" class="mb10">
<el-card shadow="hover"> <el-card shadow="hover">
<template #header> <template #header>
<div> <div>
@ -252,8 +252,8 @@ function onChat(item) {
display: flex; display: flex;
align-items: center; align-items: center;
.user-item-left { .user-item-left {
width: 100px; width: 60px;
height: 100px; height: 60px;
border-radius: 50%; border-radius: 50%;
overflow: hidden; overflow: hidden;
img { img {