| | |
| | | ></el-input>
|
| | | </div>
|
| | | <div class="bar">
|
| | | <div class="name">自动备份</div>
|
| | | <div class="name">立即备份</div>
|
| | | <el-button type="primary" size="small" @click="backUpNow"
|
| | | >立即备份</el-button
|
| | | >
|
| | |
| | | <style lang="scss">
|
| | | .all {
|
| | | width: 100%;
|
| | | background-color: #FBFAFF;
|
| | | }
|
| | |
|
| | | .backup-content {
|
| | |
| | | flex: 1;
|
| | | flex-basis: auto;
|
| | | box-sizing: border-box;
|
| | | border-top:2px solid #E1E0E6 ;
|
| | | border-left:2px solid #E1E0E6 ;
|
| | | .backup-center {
|
| | | height: 100%;
|
| | | width: 280px;
|
| | |
| | | }
|
| | | .menu-item-active {
|
| | | color: #fff;
|
| | | background-color: rgba(61, 104, 225, 1);
|
| | | background-color: var(--colorCard);
|
| | | }
|
| | | .menu-item:hover {
|
| | | color: #fff;
|
| | | background-color: rgba(61, 104, 225, 1);
|
| | | background-color: var(--colorCard);
|
| | | }
|
| | | }
|
| | | .backup-right {
|