zhouna 3 年之前
父节点
当前提交
073ab8cac5
共有 1 个文件被更改,包括 22 次插入0 次删除
  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;
+}