* Remove the box when it is out of focus.

This commit is contained in:
tianshujie
2024-04-25 17:09:39 +08:00
committed by caoyanyi
parent a3cb859cc3
commit 0204986f38
2 changed files with 2 additions and 0 deletions
@@ -1,4 +1,5 @@
#manageProducts .product-block {flex: 0 1 30%; margin: 4px; height: 3rem;}
#manageProducts .product-block:before {display: none;}
#manageProducts .product-block .border {border-radius: 4px;}
#manageProducts .product-block.more-product {min-height: 220px;}
+1
View File
@@ -1,4 +1,5 @@
#manageProducts .product-block {flex: 0 1 30%; padding: 10px; margin: 4px; height: 3rem;}
#manageProducts .product-block:before {display: none;}
#manageProducts .product-block .border {border-radius: 4px;}
#manageProducts .product-block.more-product {min-height: 220px;}