jt
2024-07-20 ab9d6c46fe78f005ff1efb5cbef1be763a69e4a2
pages/modal/3018_2.vue
@@ -61,7 +61,7 @@
            <uni-row class="demo-uni-row" v-if="item.name=='Layout' && item.show==true">
               <uni-col v-for="(cols,key) in item.setting.colList"
                  :span="item.setting.spanList?item.setting.spanList[key]:24 / item.setting.col">
                  <uni-forms-item v-if="cols!=null" :label="col.label +':'" :label-width="col.labelWidth+'px'">
                  <uni-forms-item v-if="cols!=null" :label="cols.label +':'" :label-width="cols.labelWidth+'px'">
                     <!-- <text class="txt_title" :style="{'width':cols.labelWidth+'px'}">{{cols.label}}:</text> -->
                     <span class="form-item-span" v-if="cols.disabled">{{cols.value}}</span>
                     <view class="input-wrapper"
@@ -1902,12 +1902,17 @@
      .v-headStyle .form-item-span {
         /* vertical-align:top; */
         // color: #2d8cf0;
         // white-space: normal;
         // word-break: break-all;
         // display: inline-block;
         vertical-align: text-top;
         color: #2d8cf0;
         white-space: normal;
         word-break: break-all;
         display: inline-block;
         /* border: 0.1rpx solid red; */
         width: calc(100% - 100px);
      }
      .input-wrapper {
@@ -2060,7 +2065,7 @@
      #dv_select {
         display: inline-block;
         width: 66%;
         // width: 66%;
         background: #FFF;
         border-radius: 0 !important;
         color: #2d8cf0;