mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
课程横拉条
This commit is contained in:
@@ -161,7 +161,6 @@ export default {
|
|||||||
//$this.controlHeight=h-
|
//$this.controlHeight=h-
|
||||||
this.listHeight=val-95;
|
this.listHeight=val-95;
|
||||||
this.inputHeight=(val-220);
|
this.inputHeight=(val-220);
|
||||||
|
|
||||||
this.inputRows=parseInt(this.inputHeight/30);
|
this.inputRows=parseInt(this.inputHeight/30);
|
||||||
if(this.inputRows>20){
|
if(this.inputRows>20){
|
||||||
this.inputRows=20;
|
this.inputRows=20;
|
||||||
@@ -492,6 +491,8 @@ export default {
|
|||||||
|
|
||||||
.newcote-text {
|
.newcote-text {
|
||||||
// margin-top: 24px;
|
// margin-top: 24px;
|
||||||
|
word-break: break-all;
|
||||||
|
word-wrap: break-word;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@@ -560,15 +561,12 @@ export default {
|
|||||||
.mynote-tab {
|
.mynote-tab {
|
||||||
width: 180px;
|
width: 180px;
|
||||||
margin-top: 17px;
|
margin-top: 17px;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
div {
|
div {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #666666;
|
color: #666666;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.noteactive span {
|
.noteactive span {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
|
|||||||
Reference in New Issue
Block a user