format(front)
This commit is contained in:
		
							parent
							
								
									c1bb909070
								
							
						
					
					
						commit
						ca42544f02
					
				|  | @ -364,13 +364,13 @@ const getPrivacyLevelChoice = (privacyLevel: PrivacyLevel) => { | ||||||
|       </td> |       </td> | ||||||
|     </template> |     </template> | ||||||
|   </action-table> |   </action-table> | ||||||
|     <Pagination |   <Pagination | ||||||
|       v-if="result && result.count > paginateBy" |     v-if="result && result.count > paginateBy" | ||||||
|       v-model:page="page" |     v-model:page="page" | ||||||
|       :pages="Math.ceil(result.count / paginateBy)" |     :pages="Math.ceil(result.count / paginateBy)" | ||||||
|     /> |   /> | ||||||
| 
 | 
 | ||||||
|     <span v-if="result && result.results.length > 0"> |   <span v-if="result && result.results.length > 0"> | ||||||
|       {{ t('components.manage.library.UploadsTable.pagination.results', {start: ((page-1) * paginateBy) + 1, end: ((page-1) * paginateBy) + result.results.length, total: result.count}) }} |     {{ t('components.manage.library.UploadsTable.pagination.results', {start: ((page-1) * paginateBy) + 1, end: ((page-1) * paginateBy) + result.results.length, total: result.count}) }} | ||||||
|     </span> |   </span> | ||||||
| </template> | </template> | ||||||
|  |  | ||||||
|  | @ -43,16 +43,16 @@ watchEffect(() => { | ||||||
|   width: v-bind('props.v ? 0 : measure.size'); |   width: v-bind('props.v ? 0 : measure.size'); | ||||||
|   height: v-bind('props.h ? 0 : measure.size'); |   height: v-bind('props.h ? 0 : measure.size'); | ||||||
|   margin: v-bind('measure.margin'); |   margin: v-bind('measure.margin'); | ||||||
|   flex-grow:v-bind('grow ? 1 : 0'); |   flex-grow: v-bind('grow ? 1 : 0'); | ||||||
|   flex-shrink:v-bind('shrink ? 1 : 0'); |   flex-shrink: v-bind('shrink ? 1 : 0'); | ||||||
|   transition:flex-grow .2s, flex-shrink .2s; |   transition: flex-grow .2s, flex-shrink .2s; | ||||||
| 
 | 
 | ||||||
|   position: relative; |   position: relative; | ||||||
| 
 | 
 | ||||||
|   &.has-title::after { |   &.has-title::after { | ||||||
|     position:absolute; |     position: absolute; | ||||||
|     inset:calc(50% - 1em); |     inset: calc(50% - 1em); | ||||||
|     content:v-bind('`"${title}"`') |     content: v-bind('`"${title}"`') | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   @if $docs { |   @if $docs { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 upsiflu
						upsiflu