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

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

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