fix(playground): 小屏幕下设备切换按钮样式问题

This commit is contained in:
roymondchen 2022-07-18 14:09:14 +08:00 committed by jia000
parent d8d0096350
commit a4abf5feea

View File

@ -75,19 +75,6 @@ export default defineComponent({
</script>
<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 {
* {
user-select: none;