Commit 026fea48 authored by zhengke's avatar zhengke

修改

parent f407847f
......@@ -118,12 +118,14 @@
-webkit-box-shadow: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
background-color: #2961fe;
}
.studyDrawerTop{
font-weight: bold;
}
</style>
<template>
<q-dialog v-model="persistent" persistent maximized full-height seamless position="right" @hide="closeperForm">
<q-card style="margin-top:61px;width:500px" class="no-border-radius classinfo_Dialog">
<div class="drawerTop">
<div class="studyDrawerTop">
<div style="display:flex;align-items:center;margin:20px 0 0 20px;">
<span class="drawer_Span">
{{saveObj.Type==1?'留学':'就业'}}详情
......@@ -276,7 +278,7 @@
</div>
</div>
<template>
<div class="drawerTop">
<div class="studyDrawerTop">
<div style="display:flex;align-items:center;margin:20px 0">
<span class="drawer_Span">
部门主管审核
......@@ -304,7 +306,7 @@
</div>
</template>
<template v-if="saveObj.DirectorStatus>0">
<div class="drawerTop">
<div class="studyDrawerTop">
<div style="display:flex;align-items:center;margin:20px 0">
<span class="drawer_Span">
部门负责人审核
......
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