1 Commits

Author SHA1 Message Date
miko f118ca8489 mengubah deskripsi tulisan jualbarang 2026-05-15 18:51:20 +07:00
3 changed files with 2 additions and 10 deletions
-4
View File
@@ -17,10 +17,6 @@
<input v-model="password" type="password" class="input mt-2" placeholder="••••••••" required />
</div>
<button class="btn-primary w-full" :disabled="loading">
<svg v-if="loading" class="mr-3 h-5 w-5 animate-spin" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
<circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle>
<path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"></path>
</svg>
{{ loading ? "Memproses..." : "Masuk" }}
</button>
</form>
-4
View File
@@ -25,10 +25,6 @@
<input v-model="form.password" type="password" class="input mt-2" placeholder="••••••••" required />
</div>
<button class="btn-primary w-full" :disabled="loading">
<svg v-if="loading" class="mr-3 h-5 w-5 animate-spin" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
<circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle>
<path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"></path>
</svg>
{{ loading ? "Memproses..." : "Daftar" }}
</button>
</form>
+2 -2
View File
@@ -2,7 +2,7 @@
<section class="container-page py-10">
<div class="mb-8">
<h1 class="text-3xl font-extrabold">Jual Barang</h1>
<p class="mt-2 text-slate-600">Posting barang ke marketplace dengan foto asli dari perangkatmu.</p>
<p class="mt-2 text-slate-600">Posting barang anda ke marketplace dengan foto produk asli.</p>
</div>
<div class="grid gap-8 lg:grid-cols-[1fr_360px]">
@@ -65,7 +65,7 @@
<div>
<label class="label">Deskripsi</label>
<textarea v-model="form.description" class="input mt-2 min-h-32" placeholder="Jelaskan kondisi barang..." required></textarea>
<textarea v-model="form.description" class="input mt-2 min-h-32" placeholder="Deskripsikan kondisi barang anda..." required></textarea>
</div>
<button class="btn-primary w-full" :disabled="loading">