| | |
| | | <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" |
| | |
| | | |
| | | .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 { |
| | |
| | | |
| | | #dv_select { |
| | | display: inline-block; |
| | | width: 66%; |
| | | // width: 66%; |
| | | background: #FFF; |
| | | border-radius: 0 !important; |
| | | color: #2d8cf0; |