1
This commit is contained in:
@@ -1,10 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="content-view">
|
<div class="content-view">
|
||||||
<div class="table-head-tool">
|
<div class="table-head-tool">
|
||||||
<div class="table-title-row">
|
|
||||||
<h2 class="table-title">审计日志</h2>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<Form ref="formInline" :model="param.seachOption" inline :label-width="80">
|
<Form ref="formInline" :model="param.seachOption" inline :label-width="80">
|
||||||
<FormItem label="动作">
|
<FormItem label="动作">
|
||||||
<Select v-model="param.seachOption.key" style="width: 140px">
|
<Select v-model="param.seachOption.key" style="width: 140px">
|
||||||
@@ -132,18 +128,6 @@ export default {
|
|||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-title-row {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: space-between;
|
|
||||||
margin-bottom: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.table-title {
|
|
||||||
margin: 0;
|
|
||||||
font-size: 18px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ml10 {
|
.ml10 {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
<div class="content-view">
|
<div class="content-view">
|
||||||
<div class="table-head-tool">
|
<div class="table-head-tool">
|
||||||
<div class="table-title-row">
|
<div class="table-title-row">
|
||||||
<h2 class="table-title">套餐</h2>
|
|
||||||
<Button type="primary" @click="openEdit(null)">新增套餐</Button>
|
<Button type="primary" @click="openEdit(null)">新增套餐</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -275,15 +274,10 @@ export default {
|
|||||||
.table-title-row {
|
.table-title-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: flex-end;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-title {
|
|
||||||
margin: 0;
|
|
||||||
font-size: 18px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ml10 {
|
.ml10 {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
<div class="content-view">
|
<div class="content-view">
|
||||||
<div class="table-head-tool">
|
<div class="table-head-tool">
|
||||||
<div class="table-title-row">
|
<div class="table-title-row">
|
||||||
<h2 class="table-title">订阅</h2>
|
|
||||||
<Button type="primary" @click="openOpen">开通订阅</Button>
|
<Button type="primary" @click="openOpen">开通订阅</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -294,15 +293,10 @@ export default {
|
|||||||
.table-title-row {
|
.table-title-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: flex-end;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-title {
|
|
||||||
margin: 0;
|
|
||||||
font-size: 18px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ml10 {
|
.ml10 {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
<div class="content-view">
|
<div class="content-view">
|
||||||
<div class="table-head-tool">
|
<div class="table-head-tool">
|
||||||
<div class="table-title-row">
|
<div class="table-title-row">
|
||||||
<h2 class="table-title">API Token</h2>
|
|
||||||
<Button type="primary" @click="openCreate">创建 Token</Button>
|
<Button type="primary" @click="openCreate">创建 Token</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -207,15 +206,10 @@ export default {
|
|||||||
.table-title-row {
|
.table-title-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: flex-end;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-title {
|
|
||||||
margin: 0;
|
|
||||||
font-size: 18px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ml10 {
|
.ml10 {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
<div class="content-view">
|
<div class="content-view">
|
||||||
<div class="table-head-tool">
|
<div class="table-head-tool">
|
||||||
<div class="table-title-row">
|
<div class="table-title-row">
|
||||||
<h2 class="table-title">月用量</h2>
|
|
||||||
<Button type="primary" @click="openEdit(null)">新增</Button>
|
<Button type="primary" @click="openEdit(null)">新增</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -239,15 +238,10 @@ export default {
|
|||||||
.table-title-row {
|
.table-title-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: flex-end;
|
||||||
margin-bottom: 14px;
|
margin-bottom: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-title {
|
|
||||||
margin: 0;
|
|
||||||
font-size: 18px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ml10 {
|
.ml10 {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
<div class="content-view">
|
<div class="content-view">
|
||||||
<div class="table-head-tool">
|
<div class="table-head-tool">
|
||||||
<div class="table-title-row">
|
<div class="table-title-row">
|
||||||
<h2 class="table-title">业务用户</h2>
|
|
||||||
<Button type="primary" @click="openEdit(null)">新增</Button>
|
<Button type="primary" @click="openEdit(null)">新增</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -300,15 +299,10 @@ export default {
|
|||||||
.table-title-row {
|
.table-title-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: flex-end;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-title {
|
|
||||||
margin: 0;
|
|
||||||
font-size: 18px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ml10 {
|
.ml10 {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user