|
@@ -10,31 +10,39 @@
|
|
|
border: 2px solid #f6f6f6;
|
|
|
}
|
|
|
|
|
|
-.editor-box-header,
|
|
|
+.editor-box-header {
|
|
|
+ width: 100%;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
.editor-box-content {
|
|
|
- width: 100%;
|
|
|
+ width: 100%;
|
|
|
+ height: 63vh;
|
|
|
}
|
|
|
|
|
|
.editor-box-header {
|
|
|
- display: flex;
|
|
|
- flex-flow: row nowrap;
|
|
|
- align-items: center;
|
|
|
- justify-content:flex-start;
|
|
|
- padding: 20rpx 20rpx;
|
|
|
- box-sizing: border-box;
|
|
|
- border-bottom: 2rpx solid #f6f6f6;
|
|
|
- background-color: #f6f6f6;
|
|
|
+ display: flex;
|
|
|
+ flex-flow: row nowrap;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: flex-start;
|
|
|
+ padding: 20rpx 20rpx;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border-bottom: 2rpx solid #f6f6f6;
|
|
|
+ background-color: #f6f6f6;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
.editor-box-header>.operate-box {
|
|
|
- margin-right: 20rpx;
|
|
|
- width: 40rpx;
|
|
|
- height: 40rpx;
|
|
|
- overflow: hidden;
|
|
|
- color:gray;
|
|
|
+ margin-right: 20rpx;
|
|
|
+ width: 40rpx;
|
|
|
+ height: 40rpx;
|
|
|
+ overflow: hidden;
|
|
|
+ color: gray;
|
|
|
}
|
|
|
|
|
|
-.editor-box-content{
|
|
|
- padding:20rpx;
|
|
|
- box-sizing: border-box;
|
|
|
+.editor-box-content {
|
|
|
+ padding: 20rpx;
|
|
|
+ box-sizing: border-box;
|
|
|
}
|