|
@@ -315,6 +315,11 @@ export default class webhooks extends Vue {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+@media screen and (min-width: 768px) {
|
|
|
+ .webhooks .keys-table ::v-deep .el-table__row:first-child .copy-tip {
|
|
|
+ top: 60px;
|
|
|
+ }
|
|
|
+}
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.webhooks .keys-table .copy-tip {
|
|
|
display: flex;
|
|
@@ -334,6 +339,9 @@ export default class webhooks extends Vue {
|
|
|
margin-right: 8px;
|
|
|
}
|
|
|
}
|
|
|
+ .webhooks .keys-table ::v-deep .el-table__row:last-child .copy-tip {
|
|
|
+ top: calc(-100% - 22px);
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|
|
|
<style lang="scss">
|