File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,18 @@ export default {
8383 }
8484 }
8585
86+ td :first-child {
87+ code {
88+ margin : 0 ;
89+ padding : 2 px 6 px;
90+ color : #1989fa ;
91+ font-weight : 600 ;
92+ font-size : 11px ;
93+ background-color : rgba (25 , 137 , 250 , 0.1 );
94+ border-radius : 20 px;
95+ }
96+ }
97+
8698 td {
8799 .expand {
88100 font-weight : bold ;
Original file line number Diff line number Diff line change @@ -816,8 +816,8 @@ export const db = {
816816 columnHiddenOption : {
817817 data : [
818818 {
819- param : "defaultHiddenColumnKeys" ,
820- desc : `<code>v2.11.0</code> Set default hidden columns` ,
819+ param : "defaultHiddenColumnKeys <code>v2.11.0</code> " ,
820+ desc : `Set default hidden columns` ,
821821 type : `<code>Array</code>` ,
822822 optionalVal : "-" ,
823823 default : "-" ,
Original file line number Diff line number Diff line change @@ -822,8 +822,8 @@ export const db = {
822822 columnHiddenOption : {
823823 data : [
824824 {
825- param : "defaultHiddenColumnKeys" ,
826- desc : `<code>v2.11.0</code> 设置默认隐藏的列` ,
825+ param : "defaultHiddenColumnKeys <code>v2.11.0</code> " ,
826+ desc : `设置默认隐藏的列` ,
827827 type : `<code>Array</code>` ,
828828 optionalVal : "-" ,
829829 default : "-" ,
You can’t perform that action at this time.
0 commit comments