From 85841ef9441aff46d80c7458c928e085e78911a1 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期五, 01 四月 2022 14:43:10 +0800
Subject: [PATCH] 订单管理
---
test.html | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/test.html b/test.html
index ef3dad8..0140930 100644
--- a/test.html
+++ b/test.html
@@ -21,15 +21,19 @@
margin: 1px;
flex-grow: 1 ;
flex-shrink: 0 ;
- min-width: 90px;
+ width: 90px;
background-color: pink;
+}
+
+img {
+ width: 100%;
}
</style>
<body>
<div class="box">
- <div class="child"></div>
-
+
+
</div>
<script>
--
Gitblit v1.8.0