浏览代码

ppt菜单扁平化

Karsa 3 年之前
父节点
当前提交
14e54ac311
共有 1 个文件被更改,包括 13 次插入6 次删除
  1. 13 6
      src/views/chartShow/index.less

+ 13 - 6
src/views/chartShow/index.less

@@ -25,8 +25,8 @@
 			background-color: #F2F2F2;
 			border-bottom: 1px solid rgba(0, 0, 0, 0.125);
 			cursor: pointer;
-			min-height: 30px;
-			line-height: 30px;
+			min-height: 40px;
+			line-height: 40px;
 			display: flex;
 			justify-content: space-between;
 			align-items: center;
@@ -72,6 +72,9 @@
 		.chart-header {
 			font-size: 24px;
 			padding: 2px 20px;
+			.right-action {
+				font-size: 18px;
+			}	
 		}
 		.chart-show {
 			top: 5vh;
@@ -79,22 +82,26 @@
 		.chart-wrapper {
 			// height: 700px;
 			padding: 0 10px 10px;
-			height: calc(100vh - 80px);
-			max-height: 700px;
+			height: calc(100vh - 170px);
+			max-height: calc(100vh - 170px);
+			// max-height: 750px;
 		}
 	}
 	@media (max-width: 1200px) {
 		.chart-header {
 			font-size: 16px;
 			padding: 2px 20px;
+			.right-action {
+				font-size: 14px;
+			}	
 		}
 		.chart-show {
 			width: calc(100% - 4px);
 		}
 		.chart-wrapper {
 			width:  calc(100vw - 4px);
-			height: calc(100vh - 60px);
-			max-height: calc(100vw - 60px);
+			height: calc(100vh - 100px);
+			max-height: calc(100vw - 100px);
 			padding: 0 0 5px;
 		}
 	}