mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 20:28:44 +08:00 
			
		
		
		
	refactor: less to scss
This commit is contained in:
		@@ -74,11 +74,11 @@ const getIconName = computed(() => (unref(textType) === 'password' ? 'ep:hide' :
 | 
			
		||||
  </div>
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
<style lang="less" scoped>
 | 
			
		||||
@prefix-cls: ~'@{namespace}-input-password';
 | 
			
		||||
<style lang="scss" scoped>
 | 
			
		||||
$prefix-cls: #{$namespace}-input-password;
 | 
			
		||||
 | 
			
		||||
.@{prefix-cls} {
 | 
			
		||||
  :deep(.@{elNamespace}-input__clear) {
 | 
			
		||||
.#{$prefix-cls} {
 | 
			
		||||
  :deep(.#{$elNamespace}-input__clear) {
 | 
			
		||||
    margin-left: 5px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user