Commit 4ff53076 authored by zhengke's avatar zhengke

修改样式

parent d3b1ff75
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
<el-row> <el-row>
<el-col :span="9"> <el-col :span="9">
<el-form-item label="说明"> <el-form-item label="说明">
<el-input type="textarea" v-model="postMsg.TipContent" class="w600" maxlength="200"></el-input> <el-input type="textarea" v-model="postMsg.TipContent" maxlength="200"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="15"> <el-col :span="15">
...@@ -188,6 +188,8 @@ ...@@ -188,6 +188,8 @@
<el-pagination background @current-change="handleCurrentChange" :current-page.sync="queryMsg.currentPage" <el-pagination background @current-change="handleCurrentChange" :current-page.sync="queryMsg.currentPage"
:page-size="queryMsg.pageSize" layout="total,prev, pager, next, jumper" :total="queryMsg.total"> :page-size="queryMsg.pageSize" layout="total,prev, pager, next, jumper" :total="queryMsg.total">
</el-pagination> </el-pagination>
<div class="HQ_miaoshu">1.酒店库存系统已开放使用,欢迎前往参观选购!! </div>
<div class="HQ_miaoshu">2.库存酒店皆为时时更新,请上传人员细心上传!!</div>
</el-form> </el-form>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
<button class="hollowFixedBtn" @click="showHQinfo = false">关闭</button> <button class="hollowFixedBtn" @click="showHQinfo = false">关闭</button>
...@@ -574,5 +576,11 @@ ...@@ -574,5 +576,11 @@
height: 350px; height: 350px;
padding-top: 35px; padding-top: 35px;
} }
.HQ_miaoshu{
color:#E95252;
font-size:12px;
}
.HQ_miaoshu:first-child{
margin-top:10px;
}
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment