mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-11-10 11:40:53 +08:00
style: 修改网站防盗链页面样式 (#1807)
This commit is contained in:
parent
b7d09d0201
commit
ae8b6b8c05
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div v-loading="loading">
|
<div v-loading="loading">
|
||||||
<el-row :gutter="20" v-loading="loading">
|
<el-row :gutter="20" v-loading="loading">
|
||||||
<el-col :xs="24" :sm="18" :md="8" :lg="8" :xl="8">
|
<el-col :xs="24" :sm="18" :md="16" :lg="16" :xl="16">
|
||||||
<el-form
|
<el-form
|
||||||
:model="form"
|
:model="form"
|
||||||
:rules="rules"
|
:rules="rules"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue