Commit 6960598a by jianglong

添加快捷按钮样式

parent d7980eb4
......@@ -34,6 +34,37 @@ export default {
display: flex;
flex-direction: column;
/* overflow-x: hidden; */
overflow: hidden;
overflow: inherit;
}
.fast-button {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-end;
align-items: flex-start;
text-align: center;
margin-right: 10px;
position: absolute;
top: -35px;
right: 0px;
}
.fast-button .el-button{
border:none;
border-radius:0px;
margin-left:0px!important;
background-color: #1561e0;
color: white;
border-right: solid 1px;
position: relative;
height:25px;
}
.fast-button .el-button:focus, .fast-button .el-button:hover {
background: white;
border-color: white;
color: #1561e0;
}
</style>
\ No newline at end of file
<template>
<div class="eibs-tab">
<div class="eibs">
<c-col :span="12">
<el-form-item label="是否需要核验" prop="brtp.ischktyp">
......
<template>
<div class="eContainer">
<c-page title="进口信用证开立">
<div class="fast-button">
<el-button size="small">备忘录</el-button>
<el-button size="small" @click="setDraggableContent('cms', '影像信息')">影像信息</el-button>
<!-- <el-button size="small">保存模板</el-button> -->
<!-- <el-button size="small">使用模板</el-button> -->
<el-button size="small">制裁信息</el-button>
<!-- <el-button size="small">拆分报文</el-button> -->
<el-button size="small">智能提示</el-button>
</div>
<el-form
:model="model"
:rules="rules"
......
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