mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
style(X-Pack): 定时报告页面样式
This commit is contained in:
parent
45876b08f5
commit
2fa356441b
@ -73,7 +73,7 @@
|
|||||||
</el-icon>
|
</el-icon>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
</div>
|
</div>
|
||||||
<div class="input-suffix-btn done" v-if="linkCustom" @click="finishEditUuid">
|
<div class="input-suffix-btn done-finish" v-if="linkCustom" @click="finishEditUuid">
|
||||||
<el-tooltip
|
<el-tooltip
|
||||||
class="item"
|
class="item"
|
||||||
effect="dark"
|
effect="dark"
|
||||||
@ -136,6 +136,7 @@
|
|||||||
</el-checkbox>
|
</el-checkbox>
|
||||||
<div class="auto-pwd-container" v-if="passwdEnable">
|
<div class="auto-pwd-container" v-if="passwdEnable">
|
||||||
<el-checkbox
|
<el-checkbox
|
||||||
|
v-show="false"
|
||||||
:disabled="!shareEnable"
|
:disabled="!shareEnable"
|
||||||
v-model="state.detailInfo.autoPwd"
|
v-model="state.detailInfo.autoPwd"
|
||||||
@change="autoEnableSwitcher"
|
@change="autoEnableSwitcher"
|
||||||
@ -798,7 +799,7 @@ onMounted(() => {
|
|||||||
background-color: #bbbfc4;
|
background-color: #bbbfc4;
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
}
|
}
|
||||||
.done {
|
.done-finish {
|
||||||
color: #3370ff;
|
color: #3370ff;
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: #3370ff1a !important;
|
background-color: #3370ff1a !important;
|
||||||
|
@ -423,6 +423,7 @@ onMounted(() => {
|
|||||||
|
|
||||||
:deep(.ed-table__header) {
|
:deep(.ed-table__header) {
|
||||||
background-color: #f5f6f7;
|
background-color: #f5f6f7;
|
||||||
|
border-bottom: 1px solid #d5d7d8;
|
||||||
thead {
|
thead {
|
||||||
tr {
|
tr {
|
||||||
th {
|
th {
|
||||||
|
@ -75,7 +75,11 @@
|
|||||||
</el-icon>
|
</el-icon>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
</div>
|
</div>
|
||||||
<div class="input-suffix-btn done" v-if="linkCustom" @click.stop="finishEditUuid">
|
<div
|
||||||
|
class="input-suffix-btn done-finish"
|
||||||
|
v-if="linkCustom"
|
||||||
|
@click.stop="finishEditUuid"
|
||||||
|
>
|
||||||
<el-tooltip class="item" effect="dark" :content="t('commons.save')" placement="top">
|
<el-tooltip class="item" effect="dark" :content="t('commons.save')" placement="top">
|
||||||
<el-icon style="cursor: pointer">
|
<el-icon style="cursor: pointer">
|
||||||
<Icon><icon_done_outlined class="svg-icon" /></Icon>
|
<Icon><icon_done_outlined class="svg-icon" /></Icon>
|
||||||
@ -133,6 +137,7 @@
|
|||||||
</el-checkbox>
|
</el-checkbox>
|
||||||
<div class="auto-pwd-container" v-if="passwdEnable">
|
<div class="auto-pwd-container" v-if="passwdEnable">
|
||||||
<el-checkbox
|
<el-checkbox
|
||||||
|
v-show="false"
|
||||||
:disabled="!shareEnable"
|
:disabled="!shareEnable"
|
||||||
v-model="state.detailInfo.autoPwd"
|
v-model="state.detailInfo.autoPwd"
|
||||||
@change="autoEnableSwitcher"
|
@change="autoEnableSwitcher"
|
||||||
@ -815,7 +820,7 @@ defineExpose({
|
|||||||
background-color: #bbbfc4;
|
background-color: #bbbfc4;
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
}
|
}
|
||||||
.done {
|
.done-finish {
|
||||||
color: #3370ff;
|
color: #3370ff;
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: #3370ff1a !important;
|
background-color: #3370ff1a !important;
|
||||||
|
@ -273,7 +273,7 @@ defineExpose({
|
|||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
||||||
<el-form-item prop="args" :label="t('dataset.param')">
|
<el-form-item prop="args" :label="t('dataset.param')" class="last-form-item">
|
||||||
<template v-slot:label>
|
<template v-slot:label>
|
||||||
<div class="ticket-form-info-tips">
|
<div class="ticket-form-info-tips">
|
||||||
<span class="custom-form-item__label">{{ t('dataset.param') }}</span>
|
<span class="custom-form-item__label">{{ t('dataset.param') }}</span>
|
||||||
@ -360,7 +360,10 @@ defineExpose({
|
|||||||
</style>
|
</style>
|
||||||
<style scoped lang="less">
|
<style scoped lang="less">
|
||||||
.ticket-param-drawer {
|
.ticket-param-drawer {
|
||||||
.ed-form-item {
|
.last-form-item {
|
||||||
|
margin-bottom: 8px;
|
||||||
|
}
|
||||||
|
.ed-form-item:not(.last-form-item) {
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
}
|
}
|
||||||
.is-error {
|
.is-error {
|
||||||
@ -376,6 +379,7 @@ defineExpose({
|
|||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
column-gap: 8px;
|
column-gap: 8px;
|
||||||
.arg-del-btn {
|
.arg-del-btn {
|
||||||
|
color: #646a73;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
|
Loading…
Reference in New Issue
Block a user