zhouna 3 years ago
parent
commit
073ab8cac5
1 changed files with 22 additions and 0 deletions
  1. 22 0
      src/components/DiagManager/index.less

+ 22 - 0
src/components/DiagManager/index.less

@@ -0,0 +1,22 @@
+@import "@common/common.less";
+
+.info-box{
+  width: 48%;
+  float: left;
+  .title{
+	font-weight: bold;
+  }
+  &:first-child{
+	margin-right: 4%;
+  }
+  .item-box{
+	border:1px #ccc solid;
+	height: 135px;
+	padding: 10px;
+	margin-bottom: 10px;
+  }
+}
+.linked-term{
+  clear: both;
+  white-space: nowrap;
+}