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> <template>
<section> <section>
<nav-bar title="任务管理"></nav-bar> <nav-bar title="任务管理"></nav-bar>
<section class="content mgt15 mgb110 grid-wraper"> <section class="content mgt86 grid-wraper">
<div class="left_fixed"> <div class="left_fixed">
<table class="layout-t left_layout_t"> <table class="layout-t left_layout_t">
<tr> <tr>

View File

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

View File

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