| = $entity->getPhotoFileName('middle') ?> |
= getFieldIndex_Row_ProductHelper('name', $entity, $viewDatas) ?>
diff --git a/app/Views/front/product/index_list.php b/app/Views/front/product/index_list.php
index b7c238e..62e034d 100644
--- a/app/Views/front/product/index_list.php
+++ b/app/Views/front/product/index_list.php
@@ -21,7 +21,7 @@
= form_open(current_url() . '/batchjob', $viewDatas['forms']['attributes'], $viewDatas['forms']['hiddens']) ?>
-
+
| 번호 |
= getFieldIndex_Column_ProductHelper($field, $viewDatas) ?> |
diff --git a/public/css/front/content.css b/public/css/front/content.css
index 4bb6837..5f8be73 100644
--- a/public/css/front/content.css
+++ b/public/css/front/content.css
@@ -6,20 +6,28 @@ div#content{
/* div#content div.top{
border:1px solid red;
} */
+
+/* index block 전용 */
+div#content table#block tr:first-child {
+ border-top:2px solid black;
+ border-bottom:1px solid silver;
+}
+div#content table#block tr td{
+ text-align:left;
+}
+/* index block 전용 */
+
div#content table {
white-space: nowrap;
/* overflow-x: auto;
padding-top:5px;
padding-bottom:5px; */
}
-div#content table tr#table_tr_border{
- border-top:2px solid black;
- border-bottom:1px solid silver;
-}
div#content table thead th{
text-align:center;
font-size: 16px;
- font-weight: bolder;
+ border-top:2px solid black;
+ border-bottom:1px solid silver;
background-color:#eeeeee;
/* border:1px solid silver; */
}
|