File tree 1 file changed +20
-20
lines changed
1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -90,44 +90,44 @@ export default {
90
90
},
91
91
getMessage () {
92
92
if (this .isViewAsUTF8 ) {
93
- return this .convertToUtf8 (this .value .payload );
94
- }
95
- return this .value .payload ;
93
+ return this .convertToUtf8 (this .value .payload );
94
+ }
95
+ return this .value .payload ;
96
96
},
97
97
convertToUtf8 (payload ) {
98
98
if (this .isHexString ) {
99
- const hexToUint8 = Convert .hexToUint8 (payload);
100
- return new TextDecoder (' utf-8' ).decode (hexToUint8);
101
- }
102
- return payload;
99
+ const hexToUint8 = Convert .hexToUint8 (payload);
100
+ return new TextDecoder (' utf-8' ).decode (hexToUint8);
101
+ }
102
+ return payload;
103
103
}
104
104
}
105
105
};
106
106
</script >
107
107
108
108
<style lang="scss" scoped>
109
109
.hideContent {
110
- display : none ;
110
+ display : none ;
111
111
}
112
112
113
113
.overlay {
114
- text-align : center ;
115
- position : absolute ;
116
- color : var (--clickable-text );
117
- z-index : 999 ;
114
+ text-align : center ;
115
+ position : absolute ;
116
+ color : var (--clickable-text );
117
+ z-index : 999 ;
118
118
119
- :hover > & {
120
- cursor : pointer ;
121
- text-decoration : underline ;
122
- }
119
+ :hover > & {
120
+ cursor : pointer ;
121
+ text-decoration : underline ;
122
+ }
123
123
}
124
124
125
125
.viewOptions {
126
126
display : flex ;
127
127
justify-content : center ;
128
128
margin-top : 10px ;
129
129
max-width : 150px ;
130
- width : 100% ;
130
+ width : 100% ;
131
131
border-radius : 5px ;
132
132
border-width : 1px ;
133
133
border-style : solid ;
@@ -137,9 +137,9 @@ export default {
137
137
color : var (--clickable-text );
138
138
139
139
:hover > & {
140
- cursor : pointer ;
141
- text-decoration : underline ;
142
- }
140
+ cursor : pointer ;
141
+ text-decoration : underline ;
142
+ }
143
143
}
144
144
145
145
</style >
You can’t perform that action at this time.
0 commit comments