Commit 1723e1be authored by 黄奎's avatar 黄奎

11

parent 3cb323f3
...@@ -73,8 +73,6 @@ ...@@ -73,8 +73,6 @@
radios.forEach(radio => { radios.forEach(radio => {
radio.addEventListener('click', function() { radio.addEventListener('click', function() {
x.ScoreNum = radio.value x.ScoreNum = radio.value
// 当单选按钮被点击时,输出它的值
// console.log('Selected value:', radio.value);
}); });
}); });
}) })
......
...@@ -420,8 +420,6 @@ ...@@ -420,8 +420,6 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
flex: 1; flex: 1;
/* overflow: hidden;
overflow-y: auto; */
padding-bottom: 20px; padding-bottom: 20px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment