💄vxe-table新增黑色主题
This commit is contained in:
parent
12e23a9264
commit
6eb2f3da8c
@ -43,6 +43,18 @@ html.dark {
|
||||
--base-text-color-rgba: #ffffff;
|
||||
--base-menu-background: #000;
|
||||
|
||||
// vxe-table黑色样式
|
||||
--vxe-font-color: #98989e;
|
||||
--vxe-primary-color: #2c7ecf;
|
||||
--vxe-icon-background-color: #98989e;
|
||||
--vxe-table-font-color: #98989e;
|
||||
--vxe-table-resizable-color: #95969a;
|
||||
--vxe-table-header-background-color: #28282a;
|
||||
--vxe-table-body-background-color: #151518;
|
||||
--vxe-table-background-color: #4a5663;
|
||||
--vxe-table-border-width: 1px;
|
||||
--vxe-table-border-color: #37373a;
|
||||
|
||||
.current-row {
|
||||
color: #e65d6e;
|
||||
}
|
||||
|
||||
@ -2,10 +2,10 @@ export default {
|
||||
m: {
|
||||
menuName: '菜单名称',
|
||||
menuState: '菜单状态',
|
||||
icon: '图标',
|
||||
icon: '菜单图标',
|
||||
menuid: '菜单id',
|
||||
menuType: '菜单类型',
|
||||
sort: '排序',
|
||||
sort: '菜单排序',
|
||||
authorityID: '权限标识',
|
||||
componentPath: '组件路径',
|
||||
isShow: '是否显示',
|
||||
|
||||
@ -154,12 +154,7 @@
|
||||
<el-input v-model="form.menuNameKey" placeholder="请输入菜单key" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :lg="12">
|
||||
<el-form-item :label="$t('m.sort')" prop="orderNum">
|
||||
<el-input-number v-model="form.orderNum" controls-position="right" :min="0" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :lg="24" v-if="form.menuType != 'F'">
|
||||
<el-col :lg="12" v-if="form.menuType != 'F'">
|
||||
<el-form-item :label="$t('m.icon')" prop="icon">
|
||||
<el-popover placement="bottom-start" :width="540" trigger="click">
|
||||
<template #reference>
|
||||
@ -176,6 +171,11 @@
|
||||
</el-popover>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :lg="12">
|
||||
<el-form-item :label="$t('m.sort')" prop="orderNum">
|
||||
<el-input-number v-model="form.orderNum" controls-position="right" :min="0" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :lg="12" v-if="form.menuType != 'F'">
|
||||
<el-form-item>
|
||||
<template #label>
|
||||
|
||||
@ -94,9 +94,7 @@
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :lg="24">
|
||||
<el-form-item label="内容" prop="noticeContent">
|
||||
<editor v-model="form.noticeContent" :toolbarConfig="toolbarConfig" :min-height="196" />
|
||||
</el-form-item>
|
||||
<editor v-model="form.noticeContent" :toolbarConfig="toolbarConfig" :min-height="196" />
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-form>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user