askbot-dragon 1.3.1 → 1.3.11
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
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
</div>
|
|
18
18
|
</div>
|
|
19
19
|
<div class="time">
|
|
20
|
-
<span>{{otherTime }}</span>
|
|
20
|
+
<span>{{ otherTime }}</span>
|
|
21
21
|
</div>
|
|
22
22
|
<!-- <div class="time">
|
|
23
23
|
<span>{{ allTime }}</span>
|
|
@@ -159,6 +159,7 @@ export default {
|
|
|
159
159
|
<style scoped lang="less">
|
|
160
160
|
.answer-voice {
|
|
161
161
|
padding: 4px 0;
|
|
162
|
+
|
|
162
163
|
.audiocon {
|
|
163
164
|
display: flex;
|
|
164
165
|
align-items: center;
|
|
@@ -169,11 +170,12 @@ export default {
|
|
|
169
170
|
|
|
170
171
|
.leftBtn {
|
|
171
172
|
width: 30px;
|
|
172
|
-
|
|
173
|
+
|
|
173
174
|
span {
|
|
174
175
|
i {
|
|
175
|
-
font-size:
|
|
176
|
+
font-size: 28px;
|
|
176
177
|
color: #ADC0F6;
|
|
178
|
+
line-height: 32px;
|
|
177
179
|
}
|
|
178
180
|
}
|
|
179
181
|
}
|
|
@@ -188,7 +190,7 @@ export default {
|
|
|
188
190
|
margin-left: 16px;
|
|
189
191
|
|
|
190
192
|
.bar {
|
|
191
|
-
width: calc(100% -
|
|
193
|
+
width: calc(100% - 20px);
|
|
192
194
|
position: relative;
|
|
193
195
|
height: 30px;
|
|
194
196
|
display: flex;
|
|
@@ -199,7 +201,7 @@ export default {
|
|
|
199
201
|
top: 0;
|
|
200
202
|
left: 0px;
|
|
201
203
|
z-index: 10;
|
|
202
|
-
width:
|
|
204
|
+
width: 98%;
|
|
203
205
|
height: 30px;
|
|
204
206
|
cursor: pointer;
|
|
205
207
|
|