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
|
@@ -108,10 +108,11 @@ name: "feedBack",
|
|
|
108
108
|
}
|
|
109
109
|
.phoneClass{
|
|
110
110
|
width: 100vw;
|
|
111
|
-
text-align:
|
|
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:
|
|
125
|
-
margin: 0 auto
|
|
126
|
-
line-height:
|
|
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;
|