| | |
| | | :loading="uploading" |
| | | >上传 LKJ 数据文件</el-button |
| | | > --> |
| | | <el-tooltip class="item" effect="dark" content="上传 LKJ 数据文件" placement="bottom"> |
| | | <span |
| | | class="icon iconfont" |
| | | @click="uploadDirectoryTrigger" |
| | | style="font-size: 34px; color: #92abd1" |
| | | ></span |
| | | > |
| | | </el-tooltip> |
| | | |
| | | <input |
| | | ref="directoryInput" |
| | | @change="importDirectory" |
| | |
| | | <style lang="scss"> |
| | | .lkg-manage { |
| | | background: #fff; |
| | | padding: 25px 33px;box-shadow: 0px 3px 6px rgba(160, 174, 230, 0.56); |
| | | border-radius: 10px; |
| | | padding: 25px 33px; |
| | | box-shadow: 0px 3px 6px rgba(160, 174, 230, 0.56); |
| | | border-radius: 10px; |
| | | .import-btn { |
| | | text-align: left; |
| | | margin-bottom: 10px; |
| | |
| | | } |
| | | .icon-wrap { |
| | | background: #9dabc1; |
| | | width: 24px; height: 24px; |
| | | width: 24px; |
| | | height: 24px; |
| | | border-radius: 50%; |
| | | text-align: center; |
| | | .del-icon { |
| | | color: #fff; |
| | | font-size: 21px; |
| | | cursor: pointer; |
| | | color: #fff; |
| | | font-size: 21px; |
| | | cursor: pointer; |
| | | } |
| | | } |
| | | .icon-wrap:hover { |
| | | background: #d94141; |
| | | } |
| | | .icon-wrap:hover{ |
| | | background: #D94141; |
| | | } |
| | | |
| | | } |
| | | </style> |
| | |
| | | .config { |
| | | display: flex; |
| | | flex-wrap: no-wrap; |
| | | cursor: pointer; |
| | | border-bottom: 1px solid #d7dce8; |
| | | .title { |
| | | padding: 10px 20px; |
| | |
| | | .more { |
| | | margin-top: 7px; |
| | | padding: 0px 6px; |
| | | |
| | | cursor: pointer; |
| | | margin-right: 10px; |
| | | width: 46px; |
| | | height: 25px; |
| | |
| | | .multCheck { |
| | | margin-top: 7px; |
| | | width: 44px; |
| | | cursor: pointer; |
| | | height: 23px; |
| | | line-height: 23px; |
| | | padding: 0px 12px; |
| | |
| | | span { |
| | | color: #ee4e6e; |
| | | } |
| | | // &:hover { |
| | | // color: #7695ec; |
| | | // border-color: #7695ec; |
| | | // } |
| | | // &.checked { |
| | | // color: #409eff; |
| | | // border-color: #409eff; |
| | | // } |
| | | } |
| | | } |
| | | .el-menu.el-menu--horizontal { |