mirror of
				https://github.com/pure-admin/vue-pure-admin.git
				synced 2025-11-03 13:44:47 +08:00 
			
		
		
		
	chore: update
This commit is contained in:
		
							parent
							
								
									e08626d443
								
							
						
					
					
						commit
						a8ca71ae61
					
				@ -115,7 +115,7 @@ onMounted(() => {
 | 
				
			|||||||
              <div class="text-gray-50">$ {{ item.price }}</div>
 | 
					              <div class="text-gray-50">$ {{ item.price }}</div>
 | 
				
			||||||
              <div>
 | 
					              <div>
 | 
				
			||||||
                <button
 | 
					                <button
 | 
				
			||||||
                  class="px-3 h-7 rounded-full bg-red-500 text-sm text-white shadow-lg transition-all duration-300 hover:bg-red-600"
 | 
					                  class="px-3! rounded-full bg-red-500 text-sm text-white shadow-lg transition-all duration-300 hover:bg-red-600 border-0"
 | 
				
			||||||
                  @click.stop="handleDelete(item, index)"
 | 
					                  @click.stop="handleDelete(item, index)"
 | 
				
			||||||
                >
 | 
					                >
 | 
				
			||||||
                  删除
 | 
					                  删除
 | 
				
			||||||
@ -129,7 +129,7 @@ onMounted(() => {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    <!-- <div class="flex justify-center py-10">
 | 
					    <!-- <div class="flex justify-center py-10">
 | 
				
			||||||
        <button
 | 
					        <button
 | 
				
			||||||
          class="px-5 py-2 rounded-full bg-gray-700 text-md text-white cursor-pointer hover:bg-gray-800 transition-all duration-300"
 | 
					          class="px-5! py-2! rounded-full bg-gray-700 text-md text-white cursor-pointer hover:bg-gray-800 transition-all duration-300 border-0"
 | 
				
			||||||
          @click="handleLoadMore"
 | 
					          @click="handleLoadMore"
 | 
				
			||||||
        >
 | 
					        >
 | 
				
			||||||
          加载更多
 | 
					          加载更多
 | 
				
			||||||
 | 
				
			|||||||
@ -419,7 +419,7 @@ export function useUser(tableRef: Ref, treeRef: Ref) {
 | 
				
			|||||||
              />
 | 
					              />
 | 
				
			||||||
            </ElFormItem>
 | 
					            </ElFormItem>
 | 
				
			||||||
          </ElForm>
 | 
					          </ElForm>
 | 
				
			||||||
          <div class="mt-4 flex">
 | 
					          <div class="my-4 flex">
 | 
				
			||||||
            {pwdProgress.map(({ color, text }, idx) => (
 | 
					            {pwdProgress.map(({ color, text }, idx) => (
 | 
				
			||||||
              <div
 | 
					              <div
 | 
				
			||||||
                class="w-[19vw]"
 | 
					                class="w-[19vw]"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user