upload preivew + es command

This commit is contained in:
xiaomlove
2022-04-01 23:13:42 +08:00
parent 5f6b3ceb53
commit 4172f7c07c
49 changed files with 347 additions and 126 deletions

View File

@@ -14,7 +14,7 @@ class AddMarginPaddingToTagsTable extends Migration
public function up()
{
Schema::table('tags', function (Blueprint $table) {
$table->string('padding')->default(0);
$table->string('padding')->default('1px 2px');
$table->string('margin')->default('0 4px 0 0');
$table->string('border_radius')->default(0);
$table->string('font_size')->default('12px');