tts
This commit is contained in:
parent
ebeea6e904
commit
419a319514
|
|
@ -1,3 +1,12 @@
|
|||
<style>
|
||||
|
||||
#select_city_table {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="panel panel-default panel-intro">
|
||||
<div class="panel-heading">
|
||||
<ul class="nav nav-tabs">
|
||||
|
|
@ -71,8 +80,9 @@
|
|||
<div id="chart-filter-table" class="form-inline" >
|
||||
|
||||
<!-- 地区选择 -->
|
||||
<div class="input-group" style="width: 300px;">
|
||||
<input id="select_city" class="form-control" data-toggle="city-picker" type="text" placeholder="" />
|
||||
|
||||
<div class="form-group" style="width: 300px;">
|
||||
<input id="select_city" class="form-control" data-toggle="city-picker" type="text" placeholder="选择城市" />
|
||||
<input id="select_area_id" type="hidden" class="operate" name="area_id" />
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user