Commit 39a323fdf5bec12b9ed813afe9ba3f1e967b8605

Authored by 曹明
1 parent c3210db7
Exists in master

app-ht(v1.8.6 build 10)

1.搜索栏表格样式统一调整成没有边框样式
app-ht/config/params.php
1 1 <?php
2 2 return [
3   - 'VERSION' => 'v1.8.6 build 9',
  3 + 'VERSION' => 'v1.8.6 build 10',
4 4 ];
5 5 \ No newline at end of file
... ...
app-ht/modules/manufacturer/views/manufacturer/index.php
... ... @@ -7,7 +7,17 @@ use domain\shop\ShopItemStatus;
7 7 $this->title = '厂商管理';
8 8 $this->params['breadcrumbs'][] = $this->title;
9 9 ?>
10   -
  10 +<style>
  11 + .table > tbody > tr > td
  12 + {
  13 + border: white 0px solid;
  14 + border-top: solid 1px #fff;
  15 + border-bottom: 1px solid #fff;
  16 + }
  17 + .table{
  18 + margin-bottom: 0px!important;
  19 + }
  20 +</style>
11 21 <div class="panel panel-default">
12 22 <div class="panel-body">
13 23 <form action="" method="get" id="search-form" class="filter-form">
... ...
app-ht/modules/model/views/model/index.php
... ... @@ -7,7 +7,17 @@ use domain\shop\ShopItemStatus;
7 7 $this->title = '机器型号管理';
8 8 $this->params['breadcrumbs'][] = $this->title;
9 9 ?>
10   -
  10 +<style>
  11 + .table > tbody > tr > td
  12 + {
  13 + border: white 0px solid;
  14 + border-top: solid 1px #fff;
  15 + border-bottom: 1px solid #fff;
  16 + }
  17 + .table{
  18 + margin-bottom: 0px!important;
  19 + }
  20 +</style>
11 21 <div class="panel panel-default">
12 22 <div class="panel-body">
13 23 <form action="" method="get" id="search-form" class="filter-form">
... ...
app-ht/modules/production/views/production/index.php
... ... @@ -7,7 +7,17 @@ use domain\shop\ShopItemStatus;
7 7 $this->title = '生产日期管理';
8 8 $this->params['breadcrumbs'][] = $this->title;
9 9 ?>
10   -
  10 +<style>
  11 + .table > tbody > tr > td
  12 + {
  13 + border: white 0px solid;
  14 + border-top: solid 1px #fff;
  15 + border-bottom: 1px solid #fff;
  16 + }
  17 + .table{
  18 + margin-bottom: 0px!important;
  19 + }
  20 +</style>
11 21 <div class="panel panel-default">
12 22 <div class="panel-body">
13 23 <form action="" method="get" id="search-form" class="filter-form">
... ...
app-ht/modules/project/views/project/index.php
... ... @@ -7,7 +7,17 @@ use domain\shop\ShopItemStatus;
7 7 $this->title = '项目管理';
8 8 $this->params['breadcrumbs'][] = $this->title;
9 9 ?>
10   -
  10 +<style>
  11 + .table > tbody > tr > td
  12 + {
  13 + border: white 0px solid;
  14 + border-top: solid 1px #fff;
  15 + border-bottom: 1px solid #fff;
  16 + }
  17 + .table{
  18 + margin-bottom: 0px!important;
  19 + }
  20 +</style>
11 21 <div class="panel panel-default">
12 22 <div class="panel-body">
13 23 <form action="" method="get" id="search-form" class="filter-form">
... ...
app-ht/modules/upgrade/views/upgrade/index.php
... ... @@ -7,7 +7,17 @@ use domain\upgrade\UpgradeStatus;
7 7 $this->title = '版本管理';
8 8 $this->params['breadcrumbs'][] = $this->title;
9 9 ?>
10   -
  10 +<style>
  11 + .table > tbody > tr > td
  12 + {
  13 + border: white 0px solid;
  14 + border-top: solid 1px #fff;
  15 + border-bottom: 1px solid #fff;
  16 + }
  17 + .table{
  18 + margin-bottom: 0px!important;
  19 + }
  20 +</style>
11 21 <div class="panel panel-default">
12 22 <div class="panel-body">
13 23 <form action="" method="get" id="search-form" class="filter-form">
... ...