askbot-dragon 0.7.29 → 0.7.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'iconfont'; /* Project id 2913049 */
|
|
3
|
-
src: url('//at.alicdn.com/t/
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}
|
|
3
|
+
src: url('//at.alicdn.com/t/font_2913049_aukej8oi7nm.woff2?t=1647920908718') format('woff2'),
|
|
4
|
+
url('//at.alicdn.com/t/font_2913049_aukej8oi7nm.woff?t=1647920908718') format('woff'),
|
|
5
|
+
url('//at.alicdn.com/t/font_2913049_aukej8oi7nm.ttf?t=1647920908718') format('truetype');
|
|
6
|
+
}
|
|
7
7
|
|
|
8
8
|
.iconfont {
|
|
9
9
|
font-family: "iconfont" !important;
|
|
@@ -14,4 +14,24 @@
|
|
|
14
14
|
}
|
|
15
15
|
.guoran-arsenalchess-pawn-solid1:before {
|
|
16
16
|
content: "\e77f";
|
|
17
|
-
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.guoran-biaoqian:before {
|
|
20
|
+
content: '\e79f';
|
|
21
|
+
}
|
|
22
|
+
.guoran-miaoshu:before {
|
|
23
|
+
content: '\e799';
|
|
24
|
+
}
|
|
25
|
+
.guoran-xinghao:before {
|
|
26
|
+
content: '\e7a7';
|
|
27
|
+
}
|
|
28
|
+
.guoran-geren:before {
|
|
29
|
+
content: '\e745';
|
|
30
|
+
}
|
|
31
|
+
.guoran-bumen:before {
|
|
32
|
+
content: '\e79e';
|
|
33
|
+
}
|
|
34
|
+
.guoran-guanlizhe:before {
|
|
35
|
+
content: '\e79a';
|
|
36
|
+
}
|
|
37
|
+
|
|
@@ -103,7 +103,7 @@ export default {
|
|
|
103
103
|
},
|
|
104
104
|
computed: {
|
|
105
105
|
dataDetails() {
|
|
106
|
-
let dataDetails =
|
|
106
|
+
let dataDetails = this.data;
|
|
107
107
|
let reg = /<\/?.+?\/?>/g;
|
|
108
108
|
dataDetails.description = this.data.description
|
|
109
109
|
? this.data.description.replace(reg, "")
|
|
@@ -121,6 +121,7 @@ export default {
|
|
|
121
121
|
</script>
|
|
122
122
|
|
|
123
123
|
<style lang="less" scoped>
|
|
124
|
+
@import url("../assets/less/iconfont.css");
|
|
124
125
|
.asset-details {
|
|
125
126
|
width: 100%;
|
|
126
127
|
// height: 130px;
|
|
@@ -100,7 +100,7 @@ export default {
|
|
|
100
100
|
},
|
|
101
101
|
computed: {
|
|
102
102
|
dataDetails() {
|
|
103
|
-
let dataDetails =
|
|
103
|
+
let dataDetails = this.data;
|
|
104
104
|
let reg = /<\/?.+?\/?>/g;
|
|
105
105
|
dataDetails.description = this.data.description
|
|
106
106
|
? this.data.description.replace(reg, "")
|
|
@@ -112,6 +112,7 @@ export default {
|
|
|
112
112
|
</script>
|
|
113
113
|
|
|
114
114
|
<style lang="less" scoped>
|
|
115
|
+
@import url("../assets/less/iconfont.css");
|
|
115
116
|
.asset-details {
|
|
116
117
|
width: 100%;
|
|
117
118
|
height: 100vh;
|