Compare commits
	
		
			1 Commits
		
	
	
		
			zjl
			...
			4026826869
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 4026826869 | 
| @@ -7,7 +7,7 @@ | ||||
| --> | ||||
| <template> | ||||
|   <div class="visual-base-table-container"> | ||||
|     <el-table class="techy-el-table" v-loading="isLoading" :data="renderData" border height="100%"> | ||||
|     <el-table v-loading="isLoading" class="techy-el-table" :data="renderData" border height="100%"> | ||||
|       <el-table-column | ||||
|         v-if="page && limit && showIndex" | ||||
|         prop="_pageIndex" | ||||
| @@ -29,7 +29,7 @@ | ||||
|             :inject-data="{ ...scope.row, ...item }" | ||||
|             @emitData="emitData" | ||||
|           /> | ||||
|           <span v-else>{{ scope.row[item.prop] | commonFilter(item.filter) }}</span> | ||||
|           <span v-else :title="scope.row[item.prop]">{{ scope.row[item.prop] | commonFilter(item.filter) }}</span> | ||||
|         </template> | ||||
|       </el-table-column> | ||||
|       <slot name="content" /> | ||||
|   | ||||
| @@ -318,20 +318,14 @@ export default { | ||||
|  | ||||
| .techy-body-part__middle { | ||||
|   position: absolute; | ||||
|   /* background: #ff3311; */ | ||||
|   top: 0; | ||||
|   right: calc(-16px * var(--beilv)); | ||||
| } | ||||
|  | ||||
| .techy-body-part__middle .techy-box { | ||||
|   position: absolute; | ||||
|   top: 0; | ||||
|   left: 0; | ||||
|   height: calc(128px * var(--beilv)); | ||||
|   width: calc(188px * var(--beilv)); | ||||
|   transform: translateX(100%); | ||||
| } | ||||
|  | ||||
| .techy-body-part__middle__inner { | ||||
|   height: 100%; | ||||
|   /* height: 100%; */ | ||||
|   padding: calc(16px * var(--beilv)); | ||||
|   display: flex; | ||||
|   flex-direction: column; | ||||
| @@ -346,8 +340,17 @@ export default { | ||||
|   line-height: 1.5; | ||||
|   color: #fff; | ||||
|   display: flex; | ||||
|   min-width: calc(168px * var(--beilv)); | ||||
| } | ||||
|  | ||||
| .techy-body-part__middle__inner p:not(:last-child) { | ||||
|   margin-bottom: calc(8px * var(--beilv)); | ||||
| } | ||||
|  | ||||
| /* .techy-body-part__middle__inner p > b { | ||||
|   width: calc(90px * var(--beilv)); | ||||
| } */ | ||||
|  | ||||
| .techy-body-part__middle__inner p > span { | ||||
|   position: relative; | ||||
|   padding-left: calc(16px * var(--beilv)); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user