diff --git a/public_html/doc/customer_detail.php b/public_html/doc/customer_detail.php index 1a948d5..1c7e84b 100644 --- a/public_html/doc/customer_detail.php +++ b/public_html/doc/customer_detail.php @@ -907,6 +907,45 @@ $(document).ready(function(){ float:right; } + /* Map > Input > Sludge */ + .number-input { + display: flex; + align-items: center; + gap: 5px; + } + + .number-input input { + width: 100%; + text-align: center; + } + + .number-input button { + padding: 5px 10px; + cursor: pointer; + } + + /* 기본 화살표 제거 */ + .d_sludge::-webkit-inner-spin-button, + .d_sludge::-webkit-outer-spin-button { + -webkit-appearance: none; + margin: 0; + } + .d_sludge { + -moz-appearance: textfield; + } + + .left, .right { + background: none; + border: none; + color: #77B469; + font-weight: bold; + cursor: pointer; + padding: 0; + margin: 0; + appearance: none; + box-shadow: none; + outline: none; + } @@ -1796,6 +1835,11 @@ $(document).ready(function(){
| Restaurant Name | +=$c_name?> | +|
| Visited Date | @@ -1825,9 +1869,14 @@ $(document).ready(function(){ | |
| Sludge | +Sludge (%) |
-
+
+
+
+
+
+
|
| Restaurant Name | ++ =$d_nameSTR?> + | +
| Account No | @@ -375,12 +420,16 @@ $(document).ready(function(){ |
| Sludge | -- - | -
| Sludge (%) | +
+
+
+
+
+
+ |
+