[STYLE] 縮減詳情側拉欄與編輯頁面間距,優化視覺緊湊度
All checks were successful
star-cloud-deploy-demo / deploy-demo (push) Successful in 47s
All checks were successful
star-cloud-deploy-demo / deploy-demo (push) Successful in 47s
This commit is contained in:
@@ -258,7 +258,7 @@
|
||||
</svg>
|
||||
</button>
|
||||
<form action="{{ route('admin.basic-settings.machine-models.destroy', $model) }}" method="POST"
|
||||
class="inline-block" onsubmit="return confirm('{{ __('Are you sure?') }}')">
|
||||
class="inline-block" onsubmit="return confirm('{{ addslashes(__('Are you sure?')) }}')">
|
||||
@csrf
|
||||
@method('DELETE')
|
||||
<button type="submit"
|
||||
@@ -521,7 +521,7 @@
|
||||
<div
|
||||
class="h-full flex flex-col bg-white dark:bg-slate-900 shadow-2xl border-l border-slate-100 dark:border-slate-800">
|
||||
<div
|
||||
class="px-6 py-8 border-b border-slate-100 dark:border-slate-800 flex items-center justify-between">
|
||||
class="px-6 py-4 border-b border-slate-100 dark:border-slate-800 flex items-center justify-between">
|
||||
<div>
|
||||
<h2 class="text-xl font-black text-slate-800 dark:text-white">{{ __('Parameters') }}</h2>
|
||||
<p class="text-[10px] font-bold text-slate-400 uppercase tracking-[0.2em] mt-1"
|
||||
@@ -535,7 +535,7 @@
|
||||
</svg>
|
||||
</button>
|
||||
</div>
|
||||
<div class="flex-1 overflow-y-auto px-6 py-8 space-y-10 custom-scrollbar">
|
||||
<div class="flex-1 overflow-y-auto px-6 py-4 space-y-6 custom-scrollbar">
|
||||
<template x-if="currentMachine?.image_urls && currentMachine.image_urls.length > 0">
|
||||
<section class="space-y-4">
|
||||
<h3 class="text-[11px] font-black text-indigo-500 uppercase tracking-[0.3em]">{{
|
||||
|
||||
Reference in New Issue
Block a user