askbot-dragon 0.7.9 → 0.7.10

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": "0.7.9",
3
+ "version": "0.7.10",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -108,10 +108,11 @@ name: "feedBack",
108
108
  }
109
109
  .phoneClass{
110
110
  width: 100vw;
111
- text-align: center;
112
- margin: 0 auto;
111
+ text-align: left;
112
+ /*margin: 0 auto;*/
113
113
  line-height: 34px;
114
114
  height: 56px;
115
+ padding-left: 20px;
115
116
  .el-button{
116
117
  min-width: 60px;
117
118
  height: 31px;
@@ -121,9 +122,10 @@ name: "feedBack",
121
122
  .companyClass{
122
123
  /* min-width: 300px;*/
123
124
  width: 370px;
124
- text-align: center;
125
- margin: 0 auto;
126
- line-height: 56px;
125
+ text-align: left;
126
+ /*margin: 0 auto;*/
127
+ line-height: 34px;
128
+ padding-left: 20px;
127
129
  .el-button{
128
130
  min-width: 60px;
129
131
  height: 32px;
@@ -106,9 +106,11 @@ export default {
106
106
  display: flex;
107
107
  align-items: center;
108
108
  justify-content: center;
109
+ transition: all 0.3s;
109
110
  i{
110
111
  font-size: 24px;
111
112
  color: #999999;
113
+ transition: all 0.3s;
112
114
  }
113
115
  }
114
116
  }