feat:add style namespace

This commit is contained in:
Hufe921
2022-12-16 16:05:56 +08:00
parent 790d669401
commit ca676f5993
27 changed files with 511 additions and 501 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ describe('基础功能', () => {
it('模式切换', () => {
cy.get('@canvas').click()
cy.get('.cursor').should('have.css', 'display', 'block')
cy.get('.ce-cursor').should('have.css', 'display', 'block')
cy.get('.editor-mode').click().click()
@@ -37,7 +37,7 @@ describe('基础功能', () => {
cy.get('@canvas').click()
cy.get('.cursor').should('have.css', 'display', 'none')
cy.get('.ce-cursor').should('have.css', 'display', 'none')
})
it('页面缩放', () => {