fix:个人信息宽度调整;
This commit is contained in:
parent
c1a34c61c9
commit
c94563fd43
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="app-container">
|
<div class="app-container">
|
||||||
<el-row :gutter="20" style="display: flex;flex-wrap: nowrap;justify-content: start">
|
<el-row :gutter="20" style="display: flex;flex-wrap: nowrap;justify-content: start">
|
||||||
<el-col :xs="24" style="min-width: 260px;max-width: 260px">
|
<el-col :xs="24" style="min-width: 260px;max-width: 300px">
|
||||||
<el-card class="box-card">
|
<el-card class="box-card">
|
||||||
<template v-slot:header>
|
<template v-slot:header>
|
||||||
<div class="clearfix">
|
<div class="clearfix">
|
||||||
|
|
Loading…
Reference in New Issue