...
|
...
|
@@ -105,7 +105,8 @@ export default { |
|
|
selected: this.articleState.hasPraise === 'Y',
|
|
|
iconBold: true,
|
|
|
iconFontSize: 30,
|
|
|
textAlign: 'normal'
|
|
|
textAlign: 'normal',
|
|
|
textZoom: 1
|
|
|
};
|
|
|
},
|
|
|
cornerMark() {
|
...
|
...
|
@@ -243,7 +244,8 @@ export default { |
|
|
.description {
|
|
|
margin: 14px 20px;
|
|
|
font-size: 26px;
|
|
|
font-weight: 500;
|
|
|
font-weight: 700;
|
|
|
letter-spacing: 1px;
|
|
|
line-height: 36px;
|
|
|
max-height: 72px;
|
|
|
/* stylelint-disable */
|
...
|
...
|
|