ZZJ
2022-05-27 a689af1348938afd3b4506aad9b6d5057193e25d
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>