vue2-client 1.8.50 → 1.8.52
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
|
@@ -191,11 +191,11 @@ export default {
|
|
|
191
191
|
border-left: 4px solid #1890FF;
|
|
192
192
|
// 左上左下圆角
|
|
193
193
|
border-radius: 4px 0 0 4px;
|
|
194
|
-
padding-left :
|
|
194
|
+
padding-left : 14px;
|
|
195
195
|
}
|
|
196
196
|
|
|
197
197
|
.question-history-inactive {
|
|
198
|
-
padding-left :
|
|
198
|
+
padding-left : 18px;
|
|
199
199
|
}
|
|
200
200
|
|
|
201
201
|
.ant-list-item-meta /deep/ {
|
|
@@ -160,7 +160,7 @@ export default {
|
|
|
160
160
|
|
|
161
161
|
.search-title-card {
|
|
162
162
|
height: 65px;
|
|
163
|
-
width:
|
|
163
|
+
width: 94%;
|
|
164
164
|
margin: 0 auto;
|
|
165
165
|
|
|
166
166
|
.search-title-logo {
|
|
@@ -186,8 +186,7 @@ export default {
|
|
|
186
186
|
.data-main-card {
|
|
187
187
|
//width: 75%;
|
|
188
188
|
height: 79%;
|
|
189
|
-
padding: 20px;
|
|
190
|
-
margin: 10px auto;
|
|
189
|
+
padding: 30px 20px 20px 20px;
|
|
191
190
|
background-color: #f5f7fb;
|
|
192
191
|
}
|
|
193
192
|
|