Commit 62411f5c authored by zhengke's avatar zhengke

no message

parent 44f59813
<template>
<div class="page_FProcessManagement">
<div class='query-box'>
<ul>
<li>
<input type="button" class="hollowFixedBtn" value="新增" @click="AddMsg"/>
</li>
</ul>
</div>
<ul class="_nav clearfix">
<li v-for="(item,index) in titleList" :key="index"
:class="{'_active':item.id==msg.EmpType}"
@click="getTemplateList(item)"
>{{item.name}}</li>
<input type="button" class="hollowFixedBtn" value="新增" @click="AddMsg"/>
</ul>
<template>
<div
......@@ -626,13 +620,14 @@
</script>
<style scoped>
.query-box{border: none;padding-left: 0}
.hollowFixedBtn{
position: absolute;
top: 9px;
right: 20px;
}
._nav li{float: left;font-size: 14px;color: #666666;padding: 15px 10px;background-color: #F1F1F1;cursor: pointer;position: relative;}
._nav li._active{background-color:#FFFFFF;color: #333333 }
._nav li._active::after{content: "";width: 20px;height: 3px;background-color: #E95252;display: inline-block;position: absolute;bottom: 0;left: 38%;}
.page_FProcessManagement .query-box li:last-child{
top: 100px;
}
.ImpressionTicketing-OuterFrame{
padding: 10px 20px 20px 20px;
box-shadow: 0 1px 8px rgb(0 0 0 / 20%), 0 3px 4px rgb(0 0 0 / 14%), 0 3px 3px -2px rgb(0 0 0 / 12%);
......
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