Parcourir la source

fix: 运行状态卡片大小问题

100011797 il y a 3 ans
Parent
commit
a2e154e758

+ 2 - 0
src/pages/device/Instance/Detail/Running/Property/PropertyCard.less

@@ -6,8 +6,10 @@
 
 
 .card-title-box {
 .card-title-box {
   display: flex;
   display: flex;
+  align-items: center;
   justify-content: space-between;
   justify-content: space-between;
   width: 100%;
   width: 100%;
+  height: 32px;
   margin-bottom: 10px;
   margin-bottom: 10px;
 
 
   .card-title {
   .card-title {