shading in the table when selecting mobile mode (#781)
* shading in the table when selecting mobil mode * suppurt document statuspull/3759/head
							parent
							
								
									fc98aafd01
								
							
						
					
					
						commit
						3ddba455ab
					
				| 
						 | 
				
			
			@ -139,7 +139,6 @@ export default {
 | 
			
		|||
 | 
			
		||||
<style scoped>
 | 
			
		||||
  .el-table {
 | 
			
		||||
    background-color: #FFFFFF;
 | 
			
		||||
    cursor: pointer;
 | 
			
		||||
  }
 | 
			
		||||
  .search_recent {
 | 
			
		||||
| 
						 | 
				
			
			@ -172,3 +171,17 @@ export default {
 | 
			
		|||
    float: right;
 | 
			
		||||
  }
 | 
			
		||||
</style>
 | 
			
		||||
<style>
 | 
			
		||||
  .el-table .cell {
 | 
			
		||||
    -webkit-box-sizing: border-box;
 | 
			
		||||
    box-sizing: border-box;
 | 
			
		||||
    overflow: hidden;
 | 
			
		||||
    text-overflow: ellipsis;
 | 
			
		||||
    white-space: normal;
 | 
			
		||||
    word-break: break-all;
 | 
			
		||||
    line-height: 23px;
 | 
			
		||||
    padding-left: 10px;
 | 
			
		||||
    padding-right: 10px;
 | 
			
		||||
    cursor: pointer;
 | 
			
		||||
  }
 | 
			
		||||
</style>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -139,7 +139,6 @@ export default {
 | 
			
		|||
<style scoped>
 | 
			
		||||
  .el-table {
 | 
			
		||||
    background-color: #FFFFFF;
 | 
			
		||||
    cursor: pointer;
 | 
			
		||||
  }
 | 
			
		||||
  .search_recent {
 | 
			
		||||
    width: 50% !important;
 | 
			
		||||
| 
						 | 
				
			
			@ -171,3 +170,17 @@ export default {
 | 
			
		|||
    float: right;
 | 
			
		||||
  }
 | 
			
		||||
</style>
 | 
			
		||||
<style>
 | 
			
		||||
  .el-table .cell {
 | 
			
		||||
    -webkit-box-sizing: border-box;
 | 
			
		||||
    box-sizing: border-box;
 | 
			
		||||
    overflow: hidden;
 | 
			
		||||
    text-overflow: ellipsis;
 | 
			
		||||
    white-space: normal;
 | 
			
		||||
    word-break: break-all;
 | 
			
		||||
    line-height: 23px;
 | 
			
		||||
    padding-left: 10px;
 | 
			
		||||
    padding-right: 10px;
 | 
			
		||||
    cursor: pointer;
 | 
			
		||||
  }
 | 
			
		||||
</style>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue