| | |
| | | text-align: center; |
| | | border: 0px solid transparent; |
| | | } |
| | | |
| | | ::-webkit-scrollbar { |
| | | width: 6px; |
| | | height: 6px; |
| | | background-color: #f5f5f5; |
| | | } |
| | | </style> |
| | | |
| | | </head> |
| | |
| | | size="small" |
| | | clearable |
| | | @input="querySearchAsync('dir')" |
| | | :style="'width:120px;'" |
| | | :style="'width:148px;'" |
| | | > |
| | | <i |
| | | class="el-icon-search el-input__icon" |
| | |
| | | this.isInstall = false;
|
| | | this.$message({
|
| | | type: 'success',
|
| | | message: '安装成功,将跳转至我的算法中查看'
|
| | | message: '安装成功,将跳转至"已激活"中查看'
|
| | | });
|
| | | setTimeout(() => {
|
| | | this.getAllSdk();
|
| | |
| | | } |
| | | .resize-bar:hover ~ .resize-line::after, |
| | | .resize-bar:active ~ .resize-line::after { |
| | | content: ""; |
| | | content: ''; |
| | | position: absolute; |
| | | width: 16px; |
| | | height: 16px; |
| | |
| | | background-size: 100% 100%; |
| | | } |
| | | } |
| | | |
| | | </style> |
| | |
| | | box-sizing: border-box; |
| | | overflow-y: auto; |
| | | padding: 0; |
| | | } |
| | | .video-tab > .el-tabs__content::-webkit-scrollbar { |
| | | /*滚动条整体样式*/ |
| | | width: 6px; /*高宽分别对应横竖滚动条的尺寸*/ |
| | | height: 6px; |
| | | } |
| | | .el-tab-pane { |
| | | width: 100%; |