heyujie
2022-05-07 215823d4a764d87b3e4c13767f748e61f06aebfc
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>