From 0957116f41a9ff3f2c9412435170ede738fa995b Mon Sep 17 00:00:00 2001
From: ZZJ <10913410+zzj2100@user.noreply.gitee.com>
Date: 星期三, 01 六月 2022 09:56:04 +0800
Subject: [PATCH] bug修复、参数调整
---
test.html | 18 ++++++++++++++----
1 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/test.html b/test.html
index ef3dad8..af46fa6 100644
--- a/test.html
+++ b/test.html
@@ -21,19 +21,29 @@
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>
-
+ let obj = {
+ a:{
+ b:{
+ c:'c'
+ }
+ }
+ }
</script>
</body>
</html>
\ No newline at end of file
--
Gitblit v1.8.0