Parcourir la source

表格支持边框

RuoYi il y a 6 ans
Parent
commit
2f6e6736ca

+ 10 - 10
src/main/resources/static/ruoyi/css/ry-ui.css

@@ -307,23 +307,23 @@ label{
 }
 
 /** ±í¸ñ²éѯÊý¾Ý */
-.order-table{
+.table-striped{
 	min-height:75%;
 }
-.order-table .bootstrap-table{
+.table-striped .bootstrap-table{
 	border:0px!important;
 }
-.order-table .table, .fixed-table-container, .order-table .table, .order-table .table, .order-table .table>thead>tr>th, .order-table .table>tbody>tr>th, .order-table .table>tfoot>tr>th, .order-table .table>thead>tr>td, .order-table .table>tbody>tr>td, .order-table .table>tfoot>tr>td{
-   /*  border-bottom: 0px!important; */
+.table-striped .table, .fixed-table-container, .table-striped .table, .table-striped .table, .table-striped .table>thead>tr>th, .table-striped .table>tbody>tr>th, .table-striped .table>tfoot>tr>th, .table-striped .table>thead>tr>td, .table-striped .table>tbody>tr>td, .table-striped .table>tfoot>tr>td{
     background-color: transparent!important;
-        border: 0px;
+    border: 0px;
 }
-
-.order-table .table>thead>tr>th, .order-table .table>tbody>tr>th{
+.table-striped .table>thead>tr>th, .table-striped .table>tbody>tr>th{
 	border-bottom: 1px solid #ccc!important;
-	    border-top: 0px!important;
+	border-top: 0px!important;
 }
-.order-table .table>thead:first-child>tr:first-child>th{
+.table-striped .table>thead:first-child>tr:first-child>th{
 	color:#333;
 }
-
+.table-bordered td,.table-bordered th {
+	border: 1px solid #ddd!important
+}

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
src/main/resources/static/ruoyi/css/ry-ui.min.css


+ 1 - 1
src/main/resources/templates/monitor/job/job.html

@@ -44,7 +44,7 @@
 		        </a>
 	        </div>
         
-	        <div class="col-sm-12 select-info order-table">
+	        <div class="col-sm-12 select-info table-striped">
 			    <table id="bootstrap-table" data-mobile-responsive="true"></table>
 			</div>
 		</div>

+ 1 - 1
src/main/resources/templates/monitor/job/jobLog.html

@@ -44,7 +44,7 @@
 	            </a>
 	        </div>
 	        
-	        <div class="col-sm-12 select-info order-table">
+	        <div class="col-sm-12 select-info table-striped">
 			    <table id="bootstrap-table" data-mobile-responsive="true"></table>
 			</div>
 		</div>

+ 1 - 1
src/main/resources/templates/monitor/logininfor/logininfor.html

@@ -44,7 +44,7 @@
 		        </a>
 	        </div>
         
-	        <div class="col-sm-12 select-info order-table">
+	        <div class="col-sm-12 select-info table-striped">
 			    <table id="bootstrap-table" data-mobile-responsive="true"></table>
 			</div>
 		</div>

+ 1 - 1
src/main/resources/templates/monitor/online/online.html

@@ -31,7 +31,7 @@
 	            </a>
 	        </div>
 	        
-	        <div class="col-sm-12 select-info order-table">
+	        <div class="col-sm-12 select-info table-striped">
 			    <table id="bootstrap-table" data-mobile-responsive="true"></table>
 			</div>
 		</div>

+ 1 - 1
src/main/resources/templates/monitor/operlog/operlog.html

@@ -44,7 +44,7 @@
 		        </a>
 	        </div>
 	        
-			<div class="col-sm-12 select-info order-table">
+			<div class="col-sm-12 select-info table-striped">
 				<table id="bootstrap-table" data-mobile-responsive="true"></table>
 			</div>
 		</div>

+ 1 - 1
src/main/resources/templates/system/config/config.html

@@ -39,7 +39,7 @@
 		            <i class="fa fa-trash-o"></i> 删除
 		        </a>
 	        </div>
-	        <div class="col-sm-12 select-info order-table">
+	        <div class="col-sm-12 select-info table-striped">
 	            <table id="bootstrap-table" data-mobile-responsive="true"></table>
 	        </div>
 	    </div>

+ 1 - 1
src/main/resources/templates/system/dept/dept.html

@@ -32,7 +32,7 @@
                     <i class="fa fa-plus"></i> 新增
                 </a>
 	        </div>
-       		 <div class="col-sm-12 select-info order-table">
+       		 <div class="col-sm-12 select-info table-striped">
 	            <table id="bootstrap-table" data-mobile-responsive="true"></table>
 	        </div>
 	    </div>

+ 1 - 1
src/main/resources/templates/system/dict/data/data.html

@@ -43,7 +43,7 @@
 		        </a>
 	        </div>
 	        
-	        <div class="col-sm-12 select-info order-table">
+	        <div class="col-sm-12 select-info table-striped">
 			    <table id="bootstrap-table" data-mobile-responsive="true"></table>
 			</div>
 		</div>

+ 1 - 1
src/main/resources/templates/system/dict/type/type.html

@@ -41,7 +41,7 @@
 		        </a>
 	        </div>
 	        
-	        <div class="col-sm-12 select-info order-table">
+	        <div class="col-sm-12 select-info table-striped">
 			    <table id="bootstrap-table" data-mobile-responsive="true"></table>
 			</div>
 		</div>

+ 1 - 1
src/main/resources/templates/system/menu/menu.html

@@ -32,7 +32,7 @@
                     <i class="fa fa-plus"></i> 新增
                 </a>
 	        </div>
-       		 <div class="col-sm-12 select-info order-table">
+       		 <div class="col-sm-12 select-info table-striped">
 	            <table id="bootstrap-table" data-mobile-responsive="true"></table>
 	        </div>
 	    </div>

+ 1 - 1
src/main/resources/templates/system/notice/notice.html

@@ -39,7 +39,7 @@
 		        </a>
 	        </div>
 	        
-	        <div class="col-sm-12 select-info order-table">
+	        <div class="col-sm-12 select-info table-striped">
 	            <table id="bootstrap-table" data-mobile-responsive="true"></table>
 	        </div>
     	</div>

+ 1 - 1
src/main/resources/templates/system/post/post.html

@@ -41,7 +41,7 @@
 		        </button>
 	        </div>
 	        
-	        <div class="col-sm-12 select-info order-table">
+	        <div class="col-sm-12 select-info table-striped">
 			    <table id="bootstrap-table" data-mobile-responsive="true"></table>
 			</div>
 		</div>

+ 1 - 1
src/main/resources/templates/system/role/role.html

@@ -41,7 +41,7 @@
 		        </a>
 	        </div>
 	        
-	        <div class="col-sm-12 select-info order-table">
+	        <div class="col-sm-12 select-info table-striped">
 			    <table id="bootstrap-table" data-mobile-responsive="true"></table>
 			</div>
 		</div>

+ 1 - 1
src/main/resources/templates/system/user/user.html

@@ -66,7 +66,7 @@
 	            </a>
 	        </div>
 	        
-	        <div class="col-sm-12 select-info order-table">
+	        <div class="col-sm-12 select-info table-striped">
 			    <table id="bootstrap-table" data-mobile-responsive="true"></table>
 			</div>
 		</div>

+ 1 - 1
src/main/resources/templates/tool/gen/gen.html

@@ -30,7 +30,7 @@
 			    </a>
 		    </div>
 		
-		    <div class="col-sm-12 select-info order-table">
+		    <div class="col-sm-12 select-info table-striped">
 			    <table id="bootstrap-table" data-mobile-responsive="true"></table>
 			</div>
 		</div>

+ 1 - 1
src/main/resources/templates/vm/html/list.html.vm

@@ -13,7 +13,7 @@
 			</a>
 		</div>
 			
-		<div class="col-sm-12 select-info order-table">
+		<div class="col-sm-12 select-info table-striped">
 			<table id="bootstrap-table" data-mobile-responsive="true"></table>
 		</div>
     </div>

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff