mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-09-04 23:32:27 +08:00
fix(playground): 小屏幕下设备切换按钮样式问题
This commit is contained in:
parent
d8d0096350
commit
a4abf5feea
@ -75,19 +75,6 @@ export default defineComponent({
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@media screen and (max-width: 1440px) {
|
|
||||||
.m-editor-workspace {
|
|
||||||
.el-radio-group {
|
|
||||||
transform: rotate(90deg) translateY(-255px);
|
|
||||||
transform-origin: left top;
|
|
||||||
|
|
||||||
&.tv {
|
|
||||||
transform: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.m-editor-workspace {
|
.m-editor-workspace {
|
||||||
* {
|
* {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user