askbot-dragon 1.7.95-beta → 1.7.96-beta

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,6 +1,6 @@
1
1
  {
2
2
  "name": "askbot-dragon",
3
- "version": "1.7.95-beta",
3
+ "version": "1.7.96-beta",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -10,7 +10,7 @@
10
10
  :class="disabled ? 'disabledItem' : ''"
11
11
  >
12
12
  <el-image
13
- style="width: 60px; height: 60px"
13
+ style="width: 60px!important; height: 60px!important;"
14
14
  :src="item.url"
15
15
  fit="cover">
16
16
  </el-image>
@@ -124,11 +124,12 @@ export default {
124
124
  }
125
125
  }
126
126
  .answerButton{
127
- padding: 10px 0;
127
+ padding-top: 10px;
128
128
  width: 100%;
129
129
  display: flex;
130
130
  align-items: center;
131
131
  justify-content: center;
132
+ border-top: 1px solid #EEEEEE;
132
133
  .buttonText{
133
134
  padding: 0 4px;
134
135
  cursor: pointer;
@@ -141,7 +142,7 @@ export default {
141
142
  }
142
143
  }
143
144
  .disabledButton{
144
- border-top: 1px solid #EEEEEE;
145
+
145
146
  .buttonText{
146
147
  color: #A9B3C6;
147
148
  }
@@ -88,11 +88,12 @@ export default {
88
88
  }
89
89
  }
90
90
  .answerButton{
91
- padding: 10px 0;
91
+ padding-top: 10px;
92
92
  width: 100%;
93
93
  display: flex;
94
94
  align-items: center;
95
95
  justify-content: center;
96
+ border-top: 1px solid #EEEEEE;
96
97
  .buttonText{
97
98
  padding: 0 4px;
98
99
  cursor: pointer;