From a689af1348938afd3b4506aad9b6d5057193e25d Mon Sep 17 00:00:00 2001 From: ZZJ <10913410+zzj2100@user.noreply.gitee.com> Date: 星期五, 27 五月 2022 09:59:00 +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