This commit is contained in:
2024-05-21 16:05:34 +08:00
parent 19af6ea925
commit e33840b0af
3 changed files with 9 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<template>
<section>
<nav-bar title="任务管理"></nav-bar>
<section class="content mgt15 mgb110 grid-wraper">
<section class="content mgt86 grid-wraper">
<div class="left_fixed">
<table class="layout-t left_layout_t">
<tr>

View File

@@ -1,7 +1,7 @@
<template>
<section>
<nav-bar title="指令管理"></nav-bar>
<section class="content mgt15 mgb110 grid-wraper">
<section class="content mgt86 mgb110 pdt1 grid-wraper">
<div class="left_fixed">
<table class="layout-t left_layout_t">
<tr>

View File

@@ -24,7 +24,7 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
appearance: none
html,body
height: auto
min-height: 100vh
width: 100%
background-color: #fff
@@ -96,6 +96,9 @@ html,body
.mgb110
margin-bottom: 1.1rem !important
.pdt1
padding-top .1rem !important
.cred
color $red !important
@@ -224,6 +227,7 @@ html,body
/** **/
header
position fixed
z-index 10
top 0
_fj()
width 100%
@@ -241,8 +245,8 @@ header
/** grid **/
.grid-wraper
_fj(,flex-start)
max-height 12rem
overflow-y: auto
// max-height 12rem
// overflow-y: auto
.left_fixed
flex 0 0 1.5rem
.slide