소스 검색

style: 统一资源统计页面容器类名

将资源统计分析页面的容器类名从.container改为.containers,解决宽度不全屏问题
tanshanming 6 달 전
부모
커밋
5061b9b915
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/statisticalAnalysis/statisticalAnalysisResourceLibrary/index.vue

+ 2 - 2
src/views/statisticalAnalysis/statisticalAnalysisResourceLibrary/index.vue

@@ -1,6 +1,6 @@
 <template>
 	<div class="resource-statistics">
-		<div class="container">
+		<div class="containers">
 			<h1>资源库统计分析</h1>
 
 			<!-- 摘要信息 -->
@@ -741,7 +741,7 @@
 		color: #333;
 	}
 
-	.container {
+	.containers {
 		margin: 0 auto;
 		background-color: white;
 		padding: 30px;