File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11<template >
22 <n-scrollbar style =" max-height : 70vh " class =" custom-code" >
3- <n-alert type =" warning" >
3+ <n-alert type =" error" title =" 高危操作警告" >
4+ 在此处输入任意内容都可能会导致应用出现异常,包括但不限于界面错乱、功能异常、数据丢失等,请谨慎操作!<br />
45 请勿输入来源不明或他人提供的代码!恶意代码可能窃取您的账号信息、泄露隐私数据,或导致应用崩溃等异常行为。
56 </n-alert >
67 <div class =" code-section" >
Original file line number Diff line number Diff line change 4545 border-color : rgba (var (--primary ), 0.1 ) !important ;
4646 backdrop-filter : blur (20px );
4747 }
48+ .n-list {
49+ --n-merged-color-hover : rgba (var (--background ), 0.2 ) !important ;
50+ --n-merged-color : transparent !important ;
51+ --n-merged-border-color : rgba (var (--background ), 0.2 ) !important ;
52+ }
4853 .n-layout-toggle-bar {
4954 opacity : 0.3 ;
5055 transition : opacity 0.3s var (--n-bezier );
You can’t perform that action at this time.
0 commit comments