样式
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user