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