<template>
    <div>
      <HotelQueryList :pagesTitle="pagesTitle"></HotelQueryList>
    </div>
  </template>
  <script>
    import HotelQueryList from './HotelQueryList'
    export default {
      components: { HotelQueryList },
      data() {
        return {
          pagesTitle: '销售',
        };
      },
      watch: {
        dataList:{
          handler(val, oldVal){
            
          },
          deep: true
        }
      },
      methods: {

      },
      mounted() {
        
      }
    };
  
  </script>
  
  <style>
    .Hq_duoge {
      cursor: pointer;
      text-decoration: underline;
    }
  
    .HqCom_bottom .ql-container {
      min-height: 100px;
    }
  
    .classHong {
      background-color: rgb(255, 55, 55);
      color: #fff;
    }
  
    .classWang {
      background-color: rgb(255, 153, 204);
    }
  
    .classPing {
      background-color: rgb(188, 214, 238);
    }
  
    .classDan {
      background-color: rgb(221, 221, 221);
    }
  
    .classTe {
      background-color: rgb(2, 247, 142);
    }
    .hotelQueryListclass6 {
      background-color:#808000;
    }
    .HouseTypeList {
      background: #ccc;
      width: 100%;
      margin-top: 20px;
    }
  
    .Com_hoteldiv {
      min-width: 70px;
      white-space: nowrap;
    }
  
    .noKucun {
      background-color: black !important;
    }
  
    .Hotel_kong {
      width: 100%;
      height: 35px;
      text-align: center;
      line-height: 35px;
      border-bottom: 1px solid #d1d1d1;
    }
  
    .Hotel_kong:last-child {
      border: 0;
    }
  
    .HouseTypeList tr th {
      background: #e6e6e6;
      height: 35px;
      font-size: 12px;
      color: #333;
    }
  
    .HouseTypeList tr {
      background: #fff;
      text-align: center;
      height: 35px;
    }
  
    .HouseTypeList tr td {
      font-size: 12px;
    }
  
    .hotelProductManage2_tableBox span {
      margin: 0 10px 10px 0;
    }
  
    .Hq_addDetail {
      margin-top: 20px;
    }
  
    .Hq_addDetail .el-textarea__inner {
      resize: none;
    }
  
    .Hq_addTable .el-button.is-circle {
      padding: 5px;
    }
  
    .HqCom_bottom .el-form-item {
      margin-bottom: 0
    }
  
    .HqCom_bottom {
      height: 350px;
      padding-top: 35px;
    }
  
    .HQ_miaoshu {
      color: #E95252;
      font-size: 12px;
    }
  
    .HQ_miaoshu:first-child {
      margin-top: 10px;
    }
  
    .HotelQueryList .has-gutter tr th,
    .el-table th.is-leaf {
      background: #EAEAEA !important;
    }
  
    .HotelQueryList .el-table td,
    .el-table th.is-leaf {
      border-bottom: 1px solid #ebeef5;
    }
  
    .HotelQueryList .el-table .cell {
      padding: 0;
    }
  
    .HotelQueryList .el-table td {
      padding: 0;
    }
    .CostPriceHover{
      height:100%;
      float:left;
      width:100%;
      cursor: pointer;
    }
    
  
  </style>