Commit 39a323fdf5bec12b9ed813afe9ba3f1e967b8605
1 parent
c3210db7
Exists in
master
app-ht(v1.8.6 build 10)
1.搜索栏表格样式统一调整成没有边框样式
Showing
6 changed files
with
56 additions
and
6 deletions
Show diff stats
app-ht/config/params.php
app-ht/modules/manufacturer/views/manufacturer/index.php
@@ -7,7 +7,17 @@ use domain\shop\ShopItemStatus; | @@ -7,7 +7,17 @@ use domain\shop\ShopItemStatus; | ||
7 | $this->title = '厂商管理'; | 7 | $this->title = '厂商管理'; |
8 | $this->params['breadcrumbs'][] = $this->title; | 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 | <div class="panel panel-default"> | 21 | <div class="panel panel-default"> |
12 | <div class="panel-body"> | 22 | <div class="panel-body"> |
13 | <form action="" method="get" id="search-form" class="filter-form"> | 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 +7,17 @@ use domain\shop\ShopItemStatus; | ||
7 | $this->title = '机器型号管理'; | 7 | $this->title = '机器型号管理'; |
8 | $this->params['breadcrumbs'][] = $this->title; | 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 | <div class="panel panel-default"> | 21 | <div class="panel panel-default"> |
12 | <div class="panel-body"> | 22 | <div class="panel-body"> |
13 | <form action="" method="get" id="search-form" class="filter-form"> | 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 +7,17 @@ use domain\shop\ShopItemStatus; | ||
7 | $this->title = '生产日期管理'; | 7 | $this->title = '生产日期管理'; |
8 | $this->params['breadcrumbs'][] = $this->title; | 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 | <div class="panel panel-default"> | 21 | <div class="panel panel-default"> |
12 | <div class="panel-body"> | 22 | <div class="panel-body"> |
13 | <form action="" method="get" id="search-form" class="filter-form"> | 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 +7,17 @@ use domain\shop\ShopItemStatus; | ||
7 | $this->title = '项目管理'; | 7 | $this->title = '项目管理'; |
8 | $this->params['breadcrumbs'][] = $this->title; | 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 | <div class="panel panel-default"> | 21 | <div class="panel panel-default"> |
12 | <div class="panel-body"> | 22 | <div class="panel-body"> |
13 | <form action="" method="get" id="search-form" class="filter-form"> | 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 +7,17 @@ use domain\upgrade\UpgradeStatus; | ||
7 | $this->title = '版本管理'; | 7 | $this->title = '版本管理'; |
8 | $this->params['breadcrumbs'][] = $this->title; | 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 | <div class="panel panel-default"> | 21 | <div class="panel panel-default"> |
12 | <div class="panel-body"> | 22 | <div class="panel-body"> |
13 | <form action="" method="get" id="search-form" class="filter-form"> | 23 | <form action="" method="get" id="search-form" class="filter-form"> |