mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 07:43:42 +08:00 
			
		
		
		
	optimize(projects): unocss border shortcut
This commit is contained in:
		@@ -36,7 +36,7 @@ defineSlots<Slots>();
 | 
			
		||||
 | 
			
		||||
<template>
 | 
			
		||||
  <div
 | 
			
		||||
    class=":soy: relative inline-flex cursor-pointer items-center justify-center gap-12px whitespace-nowrap border-1px rounded-4px border-solid px-12px py-4px"
 | 
			
		||||
    class=":soy: relative inline-flex cursor-pointer items-center justify-center gap-12px whitespace-nowrap border-(1px solid) rounded-4px px-12px py-4px"
 | 
			
		||||
    :class="[
 | 
			
		||||
      style['button-tab'],
 | 
			
		||||
      { [style['button-tab_dark']]: darkMode },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user