mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-08 01:20:07 +08:00
parent
b0e8787f05
commit
87cd5c957c
@ -159,7 +159,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
|
|
||||||
<OperatrDialog @search="search" ref="dialogRef" />
|
<OperateDialog @search="search" ref="dialogRef" />
|
||||||
<Records @search="search" ref="dialogRecordRef" />
|
<Records @search="search" ref="dialogRecordRef" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@ -167,7 +167,7 @@
|
|||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import TableSetting from '@/components/table-setting/index.vue';
|
import TableSetting from '@/components/table-setting/index.vue';
|
||||||
import Tooltip from '@/components/tooltip/index.vue';
|
import Tooltip from '@/components/tooltip/index.vue';
|
||||||
import OperatrDialog from '@/views/cronjob/operate/index.vue';
|
import OperateDialog from '@/views/cronjob/operate/index.vue';
|
||||||
import Records from '@/views/cronjob/record/index.vue';
|
import Records from '@/views/cronjob/record/index.vue';
|
||||||
import { loadZero } from '@/utils/util';
|
import { loadZero } from '@/utils/util';
|
||||||
import { onMounted, reactive, ref } from 'vue';
|
import { onMounted, reactive, ref } from 'vue';
|
||||||
|
@ -59,32 +59,22 @@ onUnmounted(() => {
|
|||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.router_card {
|
.router_card {
|
||||||
--el-card-border-radius: 8px;
|
--el-card-padding: 0;
|
||||||
--el-card-padding: 0 !important;
|
|
||||||
padding: 0px;
|
|
||||||
padding-bottom: 2px;
|
|
||||||
padding-top: 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.router_card_button {
|
.router_card_button {
|
||||||
margin-left: 2px;
|
|
||||||
.el-radio-button__inner {
|
.el-radio-button__inner {
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border: 0 !important;
|
background-color: var(--panel-button-active) !important;
|
||||||
|
box-shadow: none !important;
|
||||||
|
border: 2px solid transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-radio-button__original-radio:checked + .el-radio-button__inner {
|
.el-radio-button__original-radio:checked + .el-radio-button__inner {
|
||||||
border-radius: 3px;
|
|
||||||
color: $primary-color;
|
color: $primary-color;
|
||||||
background-color: var(--panel-button-active);
|
border-color: $primary-color !important;
|
||||||
box-shadow: 0 0 0 2px $primary-color !important;
|
border-radius: 4px;
|
||||||
}
|
|
||||||
|
|
||||||
.el-radio-button:first-child .el-radio-button__inner {
|
|
||||||
border-radius: 3px;
|
|
||||||
color: $primary-color;
|
|
||||||
background-color: var(--panel-button-active);
|
|
||||||
box-shadow: 0 0 0 2px $primary-color !important;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user