Commit 92abf601 authored by yht15023815643's avatar yht15023815643

评标助手样式

parent 7cb9ba54
<template> <template>
<div class="app-container enterprise_contatiner"> <div class="app-container enterprise_contatiner">
<div class="header"> <div class="header">
<div class="title_wrap">
<div class="enterprise_title">
评标助手
</div>
</div>
<el-tabs v-model="activeName" > <el-tabs v-model="activeName" >
<el-tab-pane label="查资质" name="first"></el-tab-pane> <el-tab-pane label="查资质" name="first"></el-tab-pane>
<el-tab-pane label="现行资质标准" name="second"></el-tab-pane> <el-tab-pane label="现行资质标准" name="second"></el-tab-pane>
...@@ -34,13 +39,12 @@ export default { ...@@ -34,13 +39,12 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.header{ .header{
justify-content: space-between; justify-content: space-between;
height: 48px;
background: #FFFFFF; background: #FFFFFF;
border-radius: 4px 4px 0 0 ; border-radius: 4px 4px 0 0 ;
border-bottom: 1px solid #EEEEEE; border-bottom: 1px solid #EEEEEE;
color: #232323; color: #232323;
position: sticky; position: sticky;
top: 0; top: -16px;
z-index: 999; z-index: 999;
::v-deep .el-tabs{ ::v-deep .el-tabs{
height: 48px; height: 48px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment