File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
packages/devui-vue/devui/code-review/src Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 183183 content : ' ' ;
184184 }
185185
186- .d2h-code-linenumber {
187- border-right : 1 px solid transparent ;
186+ .d2h-code-linenumber {
187+ border-right : 2 px solid transparent ;
188188 }
189189
190190 .d2h-code-line-ctn {
227227 display : table-cell ;
228228 }
229229
230- & .d-code-left :nth-of-type (1 ) ,
231- & .d-code-right :nth-of-type (3 ) {
232- border-right : 1 px solid transparent ;
230+ .d-code-left :nth-of-type (2 ) > .d2h-code-side-line ,
231+ .d-code-right :nth-of-type (4 ) > .d2h-code-side-line {
232+ border-left : 2 px solid transparent ;
233233 }
234234 }
235235
279279 }
280280 }
281281
282- & .d2h-code-linenumber {
283- border-right : 1 px solid #fe7300 !important ;
282+ & .d2h-code-linenumber {
283+ border-right : 2 px solid #fe7300 ;
284284 }
285285
286- & .d-code-left :nth-of-type (1 ) ,
287- & .d-code-right :nth-of-type (3 ) {
288- border-right : 1 px solid #fe7300 !important ;
286+ & .d-code-left :nth-of-type (2 ) > .d2h-code-side-line ,
287+ & .d-code-right :nth-of-type (4 ) > .d2h-code-side-line {
288+ border-left : 2 px solid #fe7300 ;
289289 }
290290 }
291291 }
You can’t perform that action at this time.
0 commit comments