mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-12 01:58:00 +08:00
首页 flex布局超出换行
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<h1>概况</h1>
|
<h1>概况</h1>
|
||||||
<hr />
|
<hr />
|
||||||
<div style="display: flex;justify-content: space-between">
|
<div style="display: flex;justify-content: space-between;flex-wrap: wrap;">
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div>总充电电量(度)</div>
|
<div>总充电电量(度)</div>
|
||||||
<div class="box-text">
|
<div class="box-text">
|
||||||
@@ -369,6 +369,7 @@ export default {
|
|||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
box-shadow: 0 15px 10px -11px #1ab394;
|
box-shadow: 0 15px 10px -11px #1ab394;
|
||||||
margin-right: 24px;
|
margin-right: 24px;
|
||||||
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
.box-h1 {
|
.box-h1 {
|
||||||
/* margin-top: -14px; */
|
/* margin-top: -14px; */
|
||||||
|
|||||||
Reference in New Issue
Block a user