提交 fc0613b5 authored 作者: 王腾飞's avatar 王腾飞

Merge branch 'master' of http://192.168.2.120/quanlili/knowledgeServiceAdmin into wtf

......@@ -8,7 +8,7 @@
<meta name="description" />
<meta name="keywords" />
<link href="https://cdn.jsdelivr.net/npm/animate.css@3.5.1" rel="stylesheet" type="text/css">
<title>人大OAIS数字资源系统</title>
<title>广州记忆-数字资源库系统</title>
<script>
function ifUndefined(data){
return Object.prototype.toString.call(data) !== '[object Undefined]'
......
......@@ -4,7 +4,6 @@
transition: margin-left .28s;
margin-left: 180px;
padding-top:56px;
// padding-bottom: 60px;
background-color: #F5F7FA;
}
// 侧边栏
......
.search_wrap{
width:100%;
padding:37px 28px 0;
padding:37px 28px 20px;
.metaDataTop {
width:100%;
border-bottom:1px solid #EBEEF1;
......
......@@ -231,7 +231,7 @@
}
.matedata_wrap{
width:100%;
padding:37px 28px 0;
padding:37px 28px 20px;
.refBtn{
font-size:14px;
color:#868BA3;
......
......@@ -9,7 +9,7 @@
top:0px;
right: 0;
left:0;
bottom: 60px;
bottom: 0px;
padding: 20px 20px;
overflow-y: scroll;
background: #F5F7FA;
......
......@@ -15,9 +15,9 @@
<router-view></router-view>
</keep-alive>
</transition>
<div class="footer">
<!-- <div class="footer">
Copyright © 2018中国人民大学信息资源管理学院, All Rights Reserved.
</div>
</div> -->
</section>
</template>
......@@ -99,7 +99,7 @@ export default {
<style rel="stylesheet/scss" lang="scss" scoped>
.app-main{
padding-top:56px;
padding-bottom:60px;
padding-bottom:0px;
min-height: calc( 100vh - 56px);
position: relative;
}
......
......@@ -856,7 +856,7 @@ export default {
<style lang="less" scoped>
.box {
width:100%;
padding:37px 40px 0;
padding:37px 40px 20px;
display:flex;
flex-direction:column;
height:100%;
......
......@@ -460,7 +460,7 @@ export default {
<style lang="less" scoped>
.box {
width:100%;
padding:37px 40px 0;
padding:37px 40px 20px;
display:flex;
flex-direction:column;
height:100%;
......
......@@ -407,7 +407,7 @@ export default {
<style lang="less" scoped>
.box {
width:100%;
padding:37px 40px 0;
padding:37px 40px 20px;
display:flex;
flex-direction:column;
height:100%;
......
......@@ -427,7 +427,7 @@ export default {
<style lang="less" scoped>
.box {
width:100%;
padding:37px 40px 0;
padding:37px 40px 20px;
display:flex;
flex-direction:column;
height:100%;
......
......@@ -430,7 +430,7 @@ export default {
<style lang="less" scoped>
.box {
width:100%;
padding:37px 40px 0;
padding:37px 40px 20px;
display:flex;
flex-direction:column;
height:100%;
......
......@@ -91,7 +91,7 @@ export default {
<style lang="less" scoped>
.box {
width:100%;
padding:37px 40px 0;
padding:37px 40px 20px;
display:flex;
flex-direction:column;
height:100%;
......
......@@ -321,7 +321,7 @@ export default {
<style lang="less" scoped>
.matedata_wrap{
width:100%;
padding:37px 28px 0;
padding:37px 28px 20;
.metaDataTop {
width:100%;
border-bottom:1px solid #EBEEF1;
......
......@@ -323,7 +323,7 @@ export default {
<style lang="less" scoped>
.matedata_wrap{
width:100%;
padding:37px 28px 0;
padding:37px 28px 20;
.metaDataTop {
width:100%;
border-bottom:1px solid #EBEEF1;
......
......@@ -323,7 +323,7 @@ export default {
<style lang="less" scoped>
.matedata_wrap{
width:100%;
padding:37px 28px 0;
padding:37px 28px 20;
.metaDataTop {
width:100%;
border-bottom:1px solid #EBEEF1;
......
......@@ -157,7 +157,7 @@
</div>
<div class="threeBtn">
<button @click="$router.back(-1)">取消</button>
<button v-if="isShowSavaBtn">提交并转录目录</button>
<!-- <button v-if="isShowSavaBtn">提交并转录目录</button> -->
<button @click="commitResource" v-if="isShowSavaBtn">提交入库</button>
<button @click="saveEdit" v-if="isShowSavaBtn1">保存变更</button>
</div>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论