Pārlūkot izejas kodu

Merge remote-tracking branch 'origin/master'

ljy121 1 gadu atpakaļ
vecāks
revīzija
e38c1899f1

+ 1 - 1
client_h5/src/pages/interview/index.vue

@@ -431,7 +431,7 @@ onMounted(() => {
 @import "./index.scss";
 
 ::v-deep .van-field__label {
-  width: 30%;
+  width: auto;
 }
 
 ::v-deep .van-field__control {

+ 1 - 1
client_h5/src/pages/resign/index.vue

@@ -242,7 +242,7 @@ onMounted(() => {
 @import "./index.scss";
 
 ::v-deep .van-field__label {
-  width: 30%;
+  width: auto;
 }
 
 ::v-deep .van-field__control {

+ 1 - 1
client_h5/src/pages/staff/index.vue

@@ -301,7 +301,7 @@ onMounted(() => {
 <style lang="scss" scoped>
 @import "./index.scss";
 ::v-deep .van-field__label {
-  width: 30%;
+  width: auto;
 }
 
 ::v-deep .van-field__control {

+ 1 - 1
client_h5/src/pages/transfer/index.vue

@@ -168,7 +168,7 @@ onMounted(() => {
 <style lang="scss" scoped>
 @import "./index.scss";
 ::v-deep .van-field__label {
-  width: 30%;
+  width: auto;
 }
 
 ::v-deep .van-field__control {