Skip to content

Commit a71a4a9

Browse files
author
minjk-bl
committed
Edit Popup title font style
1 parent 06a3f5a commit a71a4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visualpython/js/com/component/PopupComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ define([
532532
this.$pageDom = $(popupComponentHtml.replaceAll('${vp_base}', com_Const.BASE_PATH));
533533
// set title
534534
// this.$pageDom.find('.vp-popup-title').text(this.category + ' > ' + this.name);
535-
this.$pageDom.find('.vp-popup-title').html(`<span style="color: var(--gray-color);font-size: 12px;">${this.category} > </span><span>${this.name}</span>`);
535+
this.$pageDom.find('.vp-popup-title').html(`<span class="vp-popup-category">${this.category} > </span><span>${this.name}</span>`);
536536
// set body
537537
let bodyTemplate = this.templateForBody();
538538
// CHROME: check url keyword and replace it

0 commit comments

Comments
 (0)