|
@@ -18,8 +18,8 @@ if (!!@$point->data) {
|
|
|
$contentData = json_decode($point->data, true);
|
|
|
}
|
|
|
?>
|
|
|
-<div visit-moe close-on-save close-on-cancel class="d-block">
|
|
|
- <form show url="/api/visitPoint/<?= $endPoint ?>" class="mcp-theme-1 mt-2">
|
|
|
+<div visit-moe close-on-save close-on-cancel class="d-block p-3">
|
|
|
+ <form show url="/api/visitPoint/<?= $endPoint ?>" class="mcp-theme-1">
|
|
|
<input type="hidden" name="segmentUid" value="<?= $segment->uid ?>">
|
|
|
<input type="hidden" name="category" value="<?= $category ?>">
|
|
|
<input type="hidden" name="data" value="{{json_encode($contentData)}}">
|