| | |
| | | <!-- </el-form-item>--> |
| | | |
| | | <!-- </el-form>--> |
| | | <!-- <input list="students">--> |
| | | <!-- <datalist id="students">--> |
| | | <!-- <option value="Lily">--> |
| | | <!-- <option value="Lucy">--> |
| | | <!-- <option value="Jim">--> |
| | | <!-- <option value="Lily">--> |
| | | <!-- </datalist>--> |
| | | <el-row type="flex"> |
| | | <el-col :span="14"> |
| | | <div class="layoutFrom"> |
| | | <div class="pickerMon"> |
| | | <div class="pickerData"> |
| | | <div class="pickerData pickerDataLeft"> |
| | | <span> 开始时间:</span> |
| | | <span class="pickerTable"><el-date-picker |
| | | type="datetime" |
| | |
| | | </span> |
| | | </div> |
| | | </div> |
| | | </el-col> |
| | | <el-col :span="5"> |
| | | <div class="sampling"> |
| | | <span> |
| | | 采样点数: |
| | | </span> |
| | | <input list="source" id="ipt" class="echatsInput"> |
| | | <datalist id="source"> |
| | | <option value="0" /> |
| | |
| | | <option value="75" /> |
| | | <option value="100" /> |
| | | </datalist> |
| | | </el-col> |
| | | <el-col class="detailbtn" :span="2" @click="onSubmit">查询</el-col> |
| | | <el-col :span="3"> |
| | | </div> |
| | | <div class="InquiryBtn"> |
| | | <div>查询</div> |
| | | </div> |
| | | <div class="detailBox"> |
| | | <div class="detailbtn" @click="dialogVisible = true" >明细表</div> |
| | | <el-dialog :visible.sync="dialogVisible" |
| | | :append-to-body="true" |
| | |
| | | <public-detailed-list v-bind="$attrs"></public-detailed-list> |
| | | </div> |
| | | </el-dialog> |
| | | </el-col> |
| | | </el-row> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div style="width:100%;height:300px;" id="echarts" ref="main"> |
| | | </div> |
| | |
| | | //margin: 10px 10px 10px 10px; |
| | | .from-search{ |
| | | margin-top: 6px; |
| | | .layoutFrom{ |
| | | display: flex; |
| | | .sampling{ |
| | | margin-left: 100px; |
| | | >span{ |
| | | margin-right: 10px; |
| | | } |
| | | } |
| | | .InquiryBtn{ |
| | | margin-left: 30px; |
| | | width: 36px; |
| | | height: 20px; |
| | | font-size: 8px; |
| | | background-color:#2e4967 ; |
| | | text-align: center; |
| | | border-radius: 3px; |
| | | } |
| | | .detailBox{ |
| | | margin-left: 30px; |
| | | } |
| | | .pickerMon{ |
| | | display: flex; |
| | | .pickerDataLeft{ |
| | | margin-left: 10px; |
| | | margin-right: 90px; |
| | | } |
| | | .pickerData{ |
| | | flex: 1; |
| | | display: flex; |
| | | >span{ |
| | | margin-right: 15px; |
| | | } |
| | | .pickerTable{ |
| | | margin-left: 6px; |
| | | width: 40px; |
| | | |
| | | /deep/.el-input__icon { |
| | | width: 0.9rem; |
| | | width: 1rem; |
| | | font-size: 0; |
| | | } |
| | | } |
| | | } |
| | | } |
| | | /deep/.el-date-editor--datetime{ |
| | | width: 100%; |
| | | } |
| | | ///deep/.el-date-editor--datetime{ |
| | | // width: 100%; |
| | | //} |
| | | /deep/.el-input__inner{ |
| | | position: relative; |
| | | width: 0.9rem!important; |