From 52ad37fba37a1ae72f124106627227a09836be5b Mon Sep 17 00:00:00 2001 From: ZZJ <zzjdsg2300@163.com> Date: 星期五, 25 三月 2022 15:36:31 +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